cinny/netlify.toml
Timo K c1b2902bc5 add netlify redirect to widgets/
Signed-off-by: Timo K <toger5@hotmail.de>
2025-10-21 13:51:59 +02:00

41 lines
No EOL
616 B
TOML

[[redirects]]
from = "/config.json"
to = "/config.json"
status = 200
[[redirects]]
from = "/manifest.json"
to = "/manifest.json"
status = 200
[[redirects]]
from = "/sw.js"
to = "/sw.js"
status = 200
[[redirects]]
from = "/pdf.worker.min.js"
to = "/pdf.worker.min.js"
status = 200
[[redirects]]
from = "/public/*"
to = "/public/:splat"
status = 200
[[redirects]]
from = "/assets/*"
to = "/assets/:splat"
status = 200
[[redirects]]
from = "/widgets/*"
to = "/widgets/:splat"
status = 200
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
force = true