mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-04 22:40:29 +03:00
add netlify redirect to widgets/
Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
parent
0f70e6f706
commit
c1b2902bc5
1 changed files with 5 additions and 0 deletions
|
|
@ -29,6 +29,11 @@
|
||||||
to = "/assets/:splat"
|
to = "/assets/:splat"
|
||||||
status = 200
|
status = 200
|
||||||
|
|
||||||
|
[[redirects]]
|
||||||
|
from = "/widgets/*"
|
||||||
|
to = "/widgets/:splat"
|
||||||
|
status = 200
|
||||||
|
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/*"
|
from = "/*"
|
||||||
to = "/index.html"
|
to = "/index.html"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue