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
|
||||
node_modules
|
||||
example/build
|
||||
|
||||
# Local Netlify folder
|
||||
.netlify
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[build]
|
||||
base = "example"
|
||||
publish = "dist"
|
||||
publish = "build"
|
||||
command = "npm run build"
|
||||
|
||||
[[redirects]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue