This commit is contained in:
2026-05-20 18:16:21 +05:30
parent a0b7803148
commit 57ef8fb55c
3 changed files with 69 additions and 0 deletions

16
netlify.toml Normal file
View File

@@ -0,0 +1,16 @@
[[redirects]]
from = "/live/*"
to = "https://jupiter.nearle.app/live/:splat"
status = 200
force = true
[[redirects]]
from = "/api/*"
to = "https://api.workolik.com/api/:splat"
status = 200
force = true
[[redirects]]
from = "/*"
to = "/index.html"
status = 200