Skip to content

Commit ab638d1

Browse files
committed
chore: Remove additionalSitemaps from next-sitemap.config.js
1 parent 0eb64fa commit ab638d1

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

next-sitemap.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,5 @@ module.exports = {
99
{ userAgent: '*', allow: '/' },
1010
{ userAgent: '*', disallow: '/admin' },
1111
],
12-
additionalSitemaps: [
13-
'https://www.bentogridgenerator.com/sitemap.xml',
14-
],
1512
},
1613
};

public/sitemap-0.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
3-
<url><loc>https://www.bentogridgenerator.com</loc><lastmod>2024-06-12T09:29:45.493Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
3+
<url><loc>https://www.bentogridgenerator.com</loc><lastmod>2024-06-12T09:38:13.299Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
44
</urlset>

public/sitemap.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<sitemap><loc>https://www.bentogridgenerator.com/sitemap-0.xml</loc></sitemap>
4-
<sitemap><loc>https://www.bentogridgenerator.com/sitemap.xml</loc></sitemap>
54
</sitemapindex>

0 commit comments

Comments
 (0)