mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-09 22:31:53 +00:00
add redirections
This commit is contained in:
parent
9493eb4289
commit
cacff0b425
1 changed files with 7 additions and 0 deletions
7
netlify.toml
Normal file
7
netlify.toml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
[[redirects]]
|
||||||
|
from = "/musics"
|
||||||
|
to = "/"
|
||||||
|
|
||||||
|
[[redirects]]
|
||||||
|
from = "/page:*"
|
||||||
|
to = "/page/:splat"
|
Loading…
Reference in a new issue