1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-06-27 14:01:35 +00:00

chore(netlify): Force redirection

This commit is contained in:
Tixie 2020-03-17 19:28:39 +01:00
parent 9883fc61c5
commit 26de8bfdf8

View file

@ -17,9 +17,11 @@
X-Content-Type-Options = "nosniff" X-Content-Type-Options = "nosniff"
[[redirects]] [[redirects]]
force = true
from = "/musics" from = "/musics"
to = "/" to = "/"
[[redirects]] [[redirects]]
force = true
from = "/page:*" from = "/page:*"
to = "/page/:splat" to = "/page/:splat"