Skip to content

Commit

Permalink
Update netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cdedreuille committed Sep 3, 2024
1 parent 7078c49 commit 85669d1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apps/frontpage/public/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
to = "https://storybook-addon-catalog.netlify.app/addons/:splat"
status = 200

[[redirects]]
from = "/blog/sitemap.xml"
to = "https://storybook-frontpage.netlify.app/blog/sitemap.xml"
status = 200

[[redirects]]
from = "/blog/*"
to = "https://storybook-blog.netlify.app/blog/:splat"
Expand All @@ -28,6 +33,11 @@
to = "https://storybook-component-catalog.netlify.app/showcase/:splat"
status = 200

[[redirects]]
from = "/tutorials/sitemap.xml"
to = "https://storybook-frontpage.netlify.app/tutorials/sitemap.xml"
status = 200

[[redirects]]
from = "/tutorials/*"
to = "https://storybook-tutorials.netlify.app/tutorials/:splat"
Expand Down

0 comments on commit 85669d1

Please sign in to comment.