nginx
This commit is contained in:
16
netlify.toml
Normal file
16
netlify.toml
Normal 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
|
||||
Reference in New Issue
Block a user