mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
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:
parent
994b2ac6e9
commit
05416fd21d
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue