Skip to content

Commit

Permalink
feat: force sitemap to be dynamically fetched
Browse files Browse the repository at this point in the history
  • Loading branch information
hunghvu committed Dec 17, 2023
1 parent 1e37e59 commit 980fd64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/app/sitemap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

import type { MetadataRoute } from 'next'

export const dynamic = 'force-dynamic'

const sitemap = async (): Promise<MetadataRoute.Sitemap> => {
const sites: MetadataRoute.Sitemap = [
{
Expand Down

0 comments on commit 980fd64

Please sign in to comment.