1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-04-21 03:01:52 +02:00

add redirect from app to create

This commit is contained in:
Kushagra Gour 2024-08-06 10:09:02 +05:30
parent 747f86228d
commit a70031ede4

View File

@ -33,4 +33,11 @@ ID = "webmaker"
[[redirects]]
from = "/create/*"
to = "/create/index.html"
status = 200
status = 200
## redirect /app to /create
[[redirects]]
from = "/app"
to = "/create"
status = 301
force = true