update @ Sat 30 Oct 23:03:42 EEST 2021

This commit is contained in:
Ari Archer 2021-10-30 23:03:42 +03:00
parent 725a0cd1d3
commit 75a4883d35

View file

@ -43,6 +43,19 @@
status = 301 status = 301
force = true force = true
[[redirects]]
from = "/overlay"
to = "https://github.com/TruncatedDinosour/dinolay"
status = 301
force = true
[[redirects]]
from = "/ovl/*"
to = "https://github.com/TruncatedDinosour/dinolay/tree/main/:splat"
status = 301
force = true
[[redirects]] [[redirects]]
from = "/:page" from = "/:page"
to = "/page/:page" to = "/page/:page"