1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-06 21:36:29 +02:00

fix redirect

This commit is contained in:
Kushagra Gour
2024-02-29 17:19:49 +05:30
parent 9fa312527c
commit 06eb0b228b

View File

@@ -28,6 +28,5 @@ ID = "webmaker"
[[redirects]]
from = "/create/*"
to = "/app/:splat"
status = 200
force = true
to = "/app/index.html"
status = 200