Skip to content

Commit 471e0c9

Browse files
committed
sitemap: force dynamic
1 parent 727ce32 commit 471e0c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/sitemap.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import config from "@/config"
44

55
const { baseUrl } = config
66

7+
export const dynamic = "force-dynamic"
8+
79
export default async function sitemap(): Promise<MetadataRoute.Sitemap> {
810
const staticRoutes = [
911
{

0 commit comments

Comments
 (0)