1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-31 18:50:14 +02: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