20 lines
600 B
TOML
20 lines
600 B
TOML
[build]
|
|
base = "app/javascript"
|
|
command = "npm install yarn && yarn install && yarn run build-storybook"
|
|
publish = "storybook-static"
|
|
ignore = "git diff --quiet HEAD^ HEAD ./ && git diff --quiet HEAD^ HEAD ../assets/stylesheets/config/"
|
|
[build.environment]
|
|
NODE_VERSION = "16"
|
|
|
|
# See <https://docs.netlify.com/routing/redirects/redirect-options/> for more options
|
|
[[redirects]]
|
|
from = "http://storybook.dev.to"
|
|
to = "https://storybook.forem.com"
|
|
status = 301
|
|
force = true
|
|
|
|
[[redirects]]
|
|
from = "http://storybook.dev.to/*"
|
|
to = "https://storybook.forem.com/:splat"
|
|
status = 301
|
|
force = true
|