Skip to content

Commit

Permalink
fix(apps/web): robots file
Browse files Browse the repository at this point in the history
  • Loading branch information
LufyCZ committed Oct 25, 2024
1 parent 998c979 commit 821927d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/robots.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export default function robots(): MetadataRoute.Robots {
userAgent: '*',
allow: ['/'],
},
sitemap: 'https://sushi.com/sitemap.xml',
sitemap: 'https://sushi.com/sitemap-index.xml',
}
}

0 comments on commit 821927d

Please sign in to comment.