Skip to content

Commit

Permalink
docs: exclude _meta files from sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Oct 11, 2023
1 parent cdd676d commit 2a9879d
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 @@ -4,5 +4,6 @@
const opts = {
siteUrl: process.env.SITE_URL || 'https://the-guild.dev/graphql/ws',
generateIndexSitemap: false,
exclude: ['*/_meta'],
};
module.exports = opts;

0 comments on commit 2a9879d

Please sign in to comment.