Skip to content

Commit 527463f

Browse files
committed
Fix sitemap
1 parent 6bc60fe commit 527463f

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
@@ -4,4 +4,5 @@ module.exports = {
44
siteUrl: process.env.SITE_URL || 'https://the-guild.dev/graphql/inspector',
55
generateIndexSitemap: false,
66
exclude: ['*/_meta'],
7+
output: 'export',
78
};

0 commit comments

Comments
 (0)