Skip to content

Commit 38c9da0

Browse files
authored
2019のリダイレクト設定を追加 (vuejs-jp#213)
2022のWEBサイトにリダイレクトされてしまい、OGP画像が表示されなかった不具合が修正される
1 parent 7044d56 commit 38c9da0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

netlify.toml

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
to = "https://vuefes-2018.netlify.com/2018/:splat"
44
status = 200
55

6+
[[redirects]]
7+
from = "/2019/*"
8+
to = "https://vuefes-2019.netlify.com/2019/:splat"
9+
status = 200
10+
611
[[redirects]]
712
from = "/2020/*"
813
to = "https://vuefes-2020.netlify.app/2020/:splat"

0 commit comments

Comments
 (0)