Skip to content

Commit 977344c

Browse files
committed
Simplify sitemap.xml redirects
1 parent 9276b36 commit 977344c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/frontpage/public/netlify.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[[redirects]]
77
from = "/addons/sitemap.xml"
8-
to = "https://storybook-frontpage.netlify.app/addons/sitemap.xml"
8+
to = "/addons/sitemap.xml"
99
status = 200
1010

1111
[[redirects]]
@@ -15,7 +15,7 @@
1515

1616
[[redirects]]
1717
from = "/blog/sitemap.xml"
18-
to = "https://storybook-frontpage.netlify.app/blog/sitemap.xml"
18+
to = "/blog/sitemap.xml"
1919
status = 200
2020

2121
[[redirects]]
@@ -30,7 +30,7 @@
3030

3131
[[redirects]]
3232
from = "/showcase/sitemap.xml"
33-
to = "https://storybook-frontpage.netlify.app/showcase/sitemap.xml"
33+
to = "/showcase/sitemap.xml"
3434
status = 200
3535

3636
[[redirects]]
@@ -40,7 +40,7 @@
4040

4141
[[redirects]]
4242
from = "/tutorials/sitemap.xml"
43-
to = "https://storybook-frontpage.netlify.app/tutorials/sitemap.xml"
43+
to = "/tutorials/sitemap.xml"
4444
status = 200
4545

4646
[[redirects]]

0 commit comments

Comments
 (0)