1
0
Fork 0
mirror of https://github.com/GuerillaStudio/now-playing synced 2024-09-18 20:54:53 +00:00

add redirections

This commit is contained in:
Tixie 2019-12-03 21:06:22 +01:00
parent 9493eb4289
commit cacff0b425

7
netlify.toml Normal file
View file

@ -0,0 +1,7 @@
[[redirects]]
from = "/musics"
to = "/"
[[redirects]]
from = "/page:*"
to = "/page/:splat"