We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef306b commit d2db99eCopy full SHA for d2db99e
netlify.toml
@@ -1,7 +1,7 @@
1
[build]
2
base = "website"
3
- publish = "website/build"
4
- command = "yarn && yarn build && cp _redirects ./build"
+ publish = "build"
+ command = "yarn && yarn build"
5
ignore = "git diff --quiet HEAD^ HEAD -- ../docs/ . ../netlify.toml"
6
7
[build.environment]
0 commit comments