We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1414b16 commit 4d7bdb6Copy full SHA for 4d7bdb6
1 file changed
src/app/robots.ts
@@ -9,7 +9,7 @@ export default function robots(): MetadataRoute.Robots {
9
},
10
sitemap: [
11
'https://grapesjs.com/sitemap-index.xml',
12
- 'https://app.grapesjs.com/sitemap.xml',
+ 'https://app.grapesjs.com/sitemap-index.xml',
13
],
14
};
15
}
0 commit comments