Skip to content

Commit d2db99e

Browse files
committed
chore: fix Netlify
1 parent 4ef306b commit d2db99e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build]
22
base = "website"
3-
publish = "website/build"
4-
command = "yarn && yarn build && cp _redirects ./build"
3+
publish = "build"
4+
command = "yarn && yarn build"
55
ignore = "git diff --quiet HEAD^ HEAD -- ../docs/ . ../netlify.toml"
66

77
[build.environment]

0 commit comments

Comments
 (0)