ari.lt/netlify.toml

19 lines
319 B
TOML
Raw Normal View History

2021-09-05 03:59:02 +03:00
[[redirects]]
from = "/*"
to = "/page/404/index.html"
status = 404
force = false
2021-09-05 03:49:57 +03:00
[[redirects]]
from = "/404.html"
2021-09-05 03:52:51 +03:00
to = "/page/404/index.html"
2021-09-05 03:51:38 +03:00
status = 200
force = true
2021-09-19 16:53:20 +03:00
[[redirects]]
from = "/game"
2021-09-19 16:56:01 +03:00
to = "//www.youtube.com/watch?v=dQw4w9WgXcQ"
status = 301
2021-09-19 16:53:20 +03:00
force = true