1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-01-17 20:38:15 +01:00

setup redirects

This commit is contained in:
Kushagra Gour 2024-02-28 17:57:18 +05:30
parent 9c3de5d235
commit 58ab5ce4e0

View File

@ -27,7 +27,7 @@ ID = "webmaker"
force = true
[[redirects]]
from = "/create"
to = "/app"
from = "/create/*"
to = "/app/:splat"
status = 200
force = true