Skip to content

Commit 9b34b3c

Browse files
authored
Add federation gateway performance to sitemap (#6933)
1 parent 6920992 commit 9b34b3c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/web/docs/next-sitemap.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ export default {
99
changefreq: 'weekly',
1010
priority: 0.7,
1111
},
12+
{
13+
loc: config.siteUrl.replace(/\/$/, '') + '/federation-gateway-performance',
14+
lastmod: new Date().toISOString(),
15+
changefreq: 'weekly',
16+
priority: 0.7,
17+
},
1218
],
1319
output: 'export',
1420
};

0 commit comments

Comments
 (0)