Skip to content

Commit

Permalink
publish foldeR
Browse files Browse the repository at this point in the history
  • Loading branch information
colbyfayock committed Jan 9, 2024
1 parent 71705af commit 77ae882
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,6 @@ yarn-error.log
.pnp.js
# Yarn Integrity file
.yarn-integrity

# Local Netlify folder
.netlify
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# example netlify.toml
[build]
command = "yarn build"
publish = "site/public"
publish = "demo/public"

## Uncomment to use this redirect for Single Page Applications like create-react-app.
## Not needed for static site generators.
Expand Down

0 comments on commit 77ae882

Please sign in to comment.