Skip to content

Commit

Permalink
add netlify.toml (#207)
Browse files Browse the repository at this point in the history
Signed-off-by: Kent <[email protected]>
  • Loading branch information
krancour authored Oct 23, 2023
1 parent d860904 commit 2c78951
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[build]
base = "docs/"
command = "yarn build"
publish = "build/"

[context.deploy-preview]
ignore = "git diff --quiet main -- docs"

0 comments on commit 2c78951

Please sign in to comment.