Skip to content

Commit b7a34e7

Browse files
authored
Revert "redirect 2023"
1 parent 5b844bd commit b7a34e7

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)