Skip to content

Commit

Permalink
fix(apps/web): sitemap index
Browse files Browse the repository at this point in the history
  • Loading branch information
LufyCZ committed Oct 25, 2024
1 parent 821927d commit 9d499b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/sitemap-index.xml/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const networkKeys = [...CHAIN_IDS.map(getNetworkKey), 'aptos', 'tron']
const sitemapFiles = [
'/academy/sitemap.xml',
'/blog/sitemap.xml',
...networkKeys.map((key) => `/sitemap.xml/${key}`),
...networkKeys.map((key) => `/sitemap/${key}.xml`),
'/legal/sitemap.xml',
]

Expand Down

0 comments on commit 9d499b3

Please sign in to comment.