Skip to content

Commit

Permalink
docs(website): fix sitemap (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilgardosh authored Apr 7, 2024
1 parent fc09257 commit 92b1658
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/next-sitemap.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ const opts = {
siteUrl: process.env.SITE_URL || 'https://the-guild.dev/graphql/sse',
generateIndexSitemap: false,
exclude: ['*/_meta'],
output: 'export',
};
module.exports = opts;

0 comments on commit 92b1658

Please sign in to comment.