Skip to content

Commit 92b1658

Browse files
authored
docs(website): fix sitemap (#97)
1 parent fc09257 commit 92b1658

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
@@ -6,5 +6,6 @@ const opts = {
66
siteUrl: process.env.SITE_URL || 'https://the-guild.dev/graphql/sse',
77
generateIndexSitemap: false,
88
exclude: ['*/_meta'],
9+
output: 'export',
910
};
1011
module.exports = opts;

0 commit comments

Comments
 (0)