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:
parent
747f86228d
commit
a70031ede4
@ -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
|
Loading…
x
Reference in New Issue
Block a user