We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc60fe commit 527463fCopy full SHA for 527463f
website/next-sitemap.config.cjs
@@ -4,4 +4,5 @@ module.exports = {
4
siteUrl: process.env.SITE_URL || 'https://the-guild.dev/graphql/inspector',
5
generateIndexSitemap: false,
6
exclude: ['*/_meta'],
7
+ output: 'export',
8
};
0 commit comments