Skip to content

Commit

Permalink
Add /federation-gateway-audit to sitemap.xml (#6001)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Nov 19, 2024
1 parent ed728e9 commit c5ee723
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/web/docs/next-sitemap.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
export default {
siteUrl: process.env.SITE_URL || 'https://graphql-hive.com',
generateIndexSitemap: false,
additionalPaths: config => [
{
loc: config.siteUrl.replace(/\/$/, '') + '/federation-gateway-audit',
lastmod: new Date().toISOString(),
changefreq: 'weekly',
priority: 0.7,
},
],
output: 'export',
};

0 comments on commit c5ee723

Please sign in to comment.