Skip to content

Commit 4d7bdb6

Browse files
authored
Updates robots file to point to app sitemap-index (#82)
1 parent 1414b16 commit 4d7bdb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/robots.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default function robots(): MetadataRoute.Robots {
99
},
1010
sitemap: [
1111
'https://grapesjs.com/sitemap-index.xml',
12-
'https://app.grapesjs.com/sitemap.xml',
12+
'https://app.grapesjs.com/sitemap-index.xml',
1313
],
1414
};
1515
}

0 commit comments

Comments
 (0)