From 05416fd21d8aab9828b7ffd0372c0ba51a594862 Mon Sep 17 00:00:00 2001 From: MP Date: Tue, 27 Jan 2026 16:42:52 -0800 Subject: [PATCH] Update apps/web-roo-code/src/app/sitemap.ts Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com> --- apps/web-roo-code/src/app/sitemap.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/web-roo-code/src/app/sitemap.ts b/apps/web-roo-code/src/app/sitemap.ts index be76aef534..2c5f15977f 100644 --- a/apps/web-roo-code/src/app/sitemap.ts +++ b/apps/web-roo-code/src/app/sitemap.ts @@ -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