Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 05416fd

Browse files
mp-roocoderoomote[bot]
andauthored
Update apps/web-roo-code/src/app/sitemap.ts
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
1 parent 994b2ac commit 05416fd

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

apps/web-roo-code/src/app/sitemap.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ import type { MetadataRoute } from "next"
22
import { SEO } from "@/lib/seo"
33
import { getAllBlogPosts } from "@/lib/blog"
44

5+
// Force dynamic rendering to include newly-published scheduled posts
6+
export const dynamic = "force-dynamic"
7+
8+
// Require Node.js runtime for filesystem reads
9+
export const runtime = "nodejs"
10+
511
/**
612
* Generate sitemap for the website
713
* Includes all static pages and dynamically generated blog post URLs

0 commit comments

Comments
 (0)