Skip to content

Commit

Permalink
fix(netlify): Publish directory in Netlify TOML
Browse files Browse the repository at this point in the history
Just realized, publish dir is relative to basedir.
  • Loading branch information
im-coder-lg committed Jan 8, 2022
1 parent d0107e0 commit 8c66ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# the build. This is relative to the base directory if one has been set, or the
# root directory if a base has not been set. This sample publishes the
# directory located at the absolute path "root/project/build-output"
publish = "docs/build/"
publish = "build/"

# Default build command.
command = "yarn install && yarn build && echo 'Successful deploy ✨' "
Expand Down

0 comments on commit 8c66ade

Please sign in to comment.