Skip to content

Commit 297f973

Browse files
authored
Fix sitemap (#9916)
1 parent c693722 commit 297f973

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/next-sitemap.config.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ module.exports = {
33
siteUrl: process.env.SITE_URL || 'https://the-guild.dev/graphql/codegen',
44
generateIndexSitemap: false,
55
exclude: ['*/_meta'],
6+
output: 'export',
67
};

0 commit comments

Comments
 (0)