1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-29 17:50:09 +02:00

fix redirect

This commit is contained in:
Kushagra Gour
2024-02-28 11:28:23 +05:30
parent a5577b242d
commit b13707a50c

View File

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