1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-12 04:31:35 +02:00

fix app -> create

This commit is contained in:
Kushagra Gour
2024-02-29 18:02:53 +05:30
parent c44bf2e6ed
commit 09d83e4eb2

View File

@ -22,7 +22,7 @@ ID = "webmaker"
# routing internally.
[[redirects]]
from = "https://preview.webmaker.app/*"
to = "/app/preview/:splat"
to = "/create/preview/:splat"
status = 200
force = true