1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-13 13:11:16 +02:00

add spa redirect

This commit is contained in:
Kushagra Gour
2024-02-28 10:36:51 +05:30
parent 1e23ab79bc
commit a5577b242d

View File

@ -25,3 +25,9 @@ ID = "webmaker"
to = "/app/preview/:splat"
status = 200
force = true
[[redirects]]
from = "https://webmaker.app/app/creation/*"
to = "/app/:splat"
status = 200
force = true