mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-08 07:33:03 +02:00
add spa redirect
This commit is contained in:
@ -24,4 +24,10 @@ ID = "webmaker"
|
|||||||
from = "https://preview.webmaker.app/*"
|
from = "https://preview.webmaker.app/*"
|
||||||
to = "/app/preview/:splat"
|
to = "/app/preview/:splat"
|
||||||
status = 200
|
status = 200
|
||||||
|
force = true
|
||||||
|
|
||||||
|
[[redirects]]
|
||||||
|
from = "https://webmaker.app/app/creation/*"
|
||||||
|
to = "/app/:splat"
|
||||||
|
status = 200
|
||||||
force = true
|
force = true
|
Reference in New Issue
Block a user