23 lines
390 B
TOML
23 lines
390 B
TOML
[[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 = "/v1/*"
|
|
to = "https://api.workolik.com/v1/:splat"
|
|
status = 200
|
|
force = true
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/index.html"
|
|
status = 200
|