Skip to content

Commit 7044d56

Browse files
authored
update netlify redirect setting (vuejs-jp#211)
1 parent faae70c commit 7044d56

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

netlify.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@
88
to = "https://vuefes-2020.netlify.app/2020/:splat"
99
status = 200
1010

11+
[[redirects]]
12+
from = "/2022/*"
13+
to = "https://vuefes-2022.netlify.app/2022/:splat"
14+
status = 200
15+
1116
[[redirects]]
1217
from = "/*"
13-
to = "/2020/:splat"
18+
to = "/2022/:splat"
1419
status = 301

0 commit comments

Comments
 (0)