Skip to content

Commit 5590371

Browse files
Fix sitemap (#2206)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d7f6da0 commit 5590371

File tree

2 files changed

+22
-14
lines changed

2 files changed

+22
-14
lines changed

pnpm-lock.yaml

Lines changed: 21 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/next-sitemap.config.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
module.exports = {
44
siteUrl: process.env.SITE_URL || 'https://the-guild.dev/graphql/envelop',
55
generateIndexSitemap: false,
6+
output: 'export',
67
};

0 commit comments

Comments
 (0)