We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b658b commit 6763a5fCopy full SHA for 6763a5f
next-sitemap.config.js
@@ -4,9 +4,7 @@ module.exports = {
4
generateRobotsTxt: true,
5
sitemapSize: 5000,
6
exclude: ["/studio/*", "/api/*", "/blog/*"],
7
- robotsTxtOptions: {
8
- additionalSitemaps: [`https://apis.guru/blog/sitemap/0.xml`],
9
- },
+
10
transform: async (config, path) => {
11
return {
12
loc: path,
0 commit comments