add netlify redirect to widgets/

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo K 2025-10-21 13:51:59 +02:00
parent 0f70e6f706
commit c1b2902bc5

View file

@ -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"