netlify config
This commit is contained in:
parent
8616832100
commit
87701ba3e5
2 changed files with 5 additions and 1 deletions
4
packages/yuri/.gitignore
vendored
4
packages/yuri/.gitignore
vendored
|
@ -1,2 +1,6 @@
|
||||||
dist
|
dist
|
||||||
node_modules
|
node_modules
|
||||||
|
example/build
|
||||||
|
|
||||||
|
# Local Netlify folder
|
||||||
|
.netlify
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[build]
|
[build]
|
||||||
base = "example"
|
base = "example"
|
||||||
publish = "dist"
|
publish = "build"
|
||||||
command = "npm run build"
|
command = "npm run build"
|
||||||
|
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue