mirror of
https://github.com/chinchang/web-maker.git
synced 2025-01-17 20:38:15 +01:00
netlify.toml: fix paths
This commit is contained in:
parent
52138ada4a
commit
bd76602b19
@ -7,7 +7,7 @@ ID = "webmaker"
|
||||
# unless otherwise overridden by more specific contexts.
|
||||
[build]
|
||||
# Default build command.
|
||||
command = "gulp dev-release"
|
||||
command = "gulp dev-release && ls dist/"
|
||||
|
||||
# Directory to change to before starting a build.
|
||||
# This is where we will look for package.json/.nvmrc/etc.
|
||||
@ -22,6 +22,6 @@ ID = "webmaker"
|
||||
# routing internally.
|
||||
[[redirects]]
|
||||
from = "https://preview.webmaker.app/*"
|
||||
to = "/preview/:splat"
|
||||
to = "/app/preview/:splat"
|
||||
status = 200
|
||||
force = true
|
Loading…
x
Reference in New Issue
Block a user