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

Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
This commit is contained in:
MP 2026-01-27 16:42:52 -08:00 committed by GitHub
parent 994b2ac6e9
commit 05416fd21d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,12 @@ import type { MetadataRoute } from "next"
import { SEO } from "@/lib/seo"
import { getAllBlogPosts } from "@/lib/blog"
// Force dynamic rendering to include newly-published scheduled posts
export const dynamic = "force-dynamic"
// Require Node.js runtime for filesystem reads
export const runtime = "nodejs"
/**
* Generate sitemap for the website
* Includes all static pages and dynamically generated blog post URLs