Skip to content

Commit 6145d80

Browse files
committed
NEX-101: Disable sitemap fetch cache
1 parent b72e6da commit 6145d80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

next/app/sitemap.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,5 @@ export default async function sitemap(): Promise<MetadataRoute.Sitemap> {
154154
}
155155

156156
export const revalidate = 3600; // Revalidate the sitemap at most once an hour.
157+
158+
export const fetchCache = "force-no-store";

0 commit comments

Comments
 (0)