2019-02-28 19:01:16 +05:30
|
|
|
[Settings]
|
|
|
|
# Added automatically by the Netlify CLI. It has no effect during normal
|
|
|
|
# Git-backed deploys.
|
|
|
|
ID = "webmaker"
|
|
|
|
|
|
|
|
# Settings in the [build] context are global and are applied to all contexts
|
|
|
|
# unless otherwise overridden by more specific contexts.
|
|
|
|
[build]
|
|
|
|
# Default build command.
|
2019-03-18 10:51:47 +05:30
|
|
|
command = "gulp release"
|
2019-02-28 19:01:16 +05:30
|
|
|
|
|
|
|
# Directory to change to before starting a build.
|
|
|
|
# This is where we will look for package.json/.nvmrc/etc.
|
|
|
|
base = "."
|
|
|
|
|
|
|
|
# Directory (relative to root of your repo) that contains the deploy-ready
|
|
|
|
# HTML files and assets generated by the build. If a base directory has
|
|
|
|
# been specified, include it in the publish directory path.
|
2019-02-28 22:53:29 +05:30
|
|
|
publish = "dist"
|
2019-02-28 19:01:16 +05:30
|
|
|
|
|
|
|
[[redirects]]
|
|
|
|
from = "https://preview.webmaker.app/*"
|
2024-02-29 18:02:53 +05:30
|
|
|
to = "/create/preview/:splat"
|
2019-02-28 19:01:16 +05:30
|
|
|
status = 200
|
2024-02-28 10:36:51 +05:30
|
|
|
force = true
|
|
|
|
|
2024-03-22 03:40:32 +05:30
|
|
|
[[redirects]]
|
|
|
|
from = "https://preview.v6--webmaker.netlify.app/*"
|
|
|
|
to = "/create/preview/:splat"
|
|
|
|
status = 200
|
|
|
|
force = true
|
|
|
|
|
2024-02-28 10:36:51 +05:30
|
|
|
[[redirects]]
|
2024-02-28 17:57:18 +05:30
|
|
|
from = "/create/*"
|
2024-02-29 18:02:21 +05:30
|
|
|
to = "/create/index.html"
|
2024-02-29 17:19:49 +05:30
|
|
|
status = 200
|