Skip to content

Commit a457093

Browse files
Rearrange redirect rules
1 parent 9f691ee commit a457093

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

netlify.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
targetPort = 3000
1313
framework = "#custom"
1414

15-
[[redirects]]
16-
from = "/*"
17-
to = "/bigtest/:splat"
18-
1915
[[redirects]]
2016
from = "/bigtest/interactors/*"
2117
to = "https://frontside.com/interactors/:splat"
@@ -32,6 +28,10 @@
3228
from = "/bigtest/docs/platform/*"
3329
to = "/bigtest/docs/:splat"
3430

31+
[[redirects]]
32+
from = "/*"
33+
to = "/bigtest/:splat"
34+
3535
[[headers]]
3636
for = "/bigtest/asciinema/iframes/cross-platform.html"
3737

0 commit comments

Comments
 (0)