mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-23 15:01:14 +02:00
add redirect from app to create
This commit is contained in:
@@ -33,4 +33,11 @@ ID = "webmaker"
|
|||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/create/*"
|
from = "/create/*"
|
||||||
to = "/create/index.html"
|
to = "/create/index.html"
|
||||||
status = 200
|
status = 200
|
||||||
|
|
||||||
|
## redirect /app to /create
|
||||||
|
[[redirects]]
|
||||||
|
from = "/app"
|
||||||
|
to = "/create"
|
||||||
|
status = 301
|
||||||
|
force = true
|
Reference in New Issue
Block a user