Skip to content

Commit 6763a5f

Browse files
committed
remove robotsTxtOptions from next-sitemap configuration
1 parent 57b658b commit 6763a5f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

next-sitemap.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ module.exports = {
44
generateRobotsTxt: true,
55
sitemapSize: 5000,
66
exclude: ["/studio/*", "/api/*", "/blog/*"],
7-
robotsTxtOptions: {
8-
additionalSitemaps: [`https://apis.guru/blog/sitemap/0.xml`],
9-
},
7+
108
transform: async (config, path) => {
119
return {
1210
loc: path,

0 commit comments

Comments
 (0)