We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc09257 commit 92b1658Copy full SHA for 92b1658
website/next-sitemap.config.cjs
@@ -6,5 +6,6 @@ const opts = {
6
siteUrl: process.env.SITE_URL || 'https://the-guild.dev/graphql/sse',
7
generateIndexSitemap: false,
8
exclude: ['*/_meta'],
9
+ output: 'export',
10
};
11
module.exports = opts;
0 commit comments