1
0
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:
Kushagra Gour 2019-02-28 23:27:04 +05:30
parent 52138ada4a
commit bd76602b19

View File

@ -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