Skip to content

Commit c35004c

Browse files
authored
redirect 2023 (vuejs-jp#215)
1 parent 7e1e519 commit c35004c

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
@@ -18,7 +18,12 @@
1818
to = "https://vuefes-2022.netlify.app/2022/:splat"
1919
status = 200
2020

21+
[[redirects]]
22+
from = "/2023/*"
23+
to = "https://vuefes-2023.netlify.app/2023/:splat"
24+
status = 200
25+
2126
[[redirects]]
2227
from = "/*"
23-
to = "/2022/:splat"
28+
to = "/2023/:splat"
2429
status = 301

0 commit comments

Comments
 (0)