Skip to content

Commit 18181e3

Browse files
authored
Merge pull request #329 from vuejs-jp/revert-328-enhance/redirect-2023
Revert "redirect 2023"
2 parents 5b844bd + b7a34e7 commit 18181e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

netlify.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22
from = "/2022/*"
33
to = "/2022/index.html"
44
status = 200
5+
6+
[[redirects]]
7+
from = "/*"
8+
to = "/2022/:splat"
9+
status = 301

0 commit comments

Comments
 (0)