Skip to content

Commit

Permalink
Add Netlify config file
Browse files Browse the repository at this point in the history
  • Loading branch information
marlo-longley committed Jan 9, 2025
1 parent 8ab7d22 commit db17706
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/coverage
/demo/dist
/dist
/es
/lib
/node_modules
Expand Down
9 changes: 9 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This is the configuration file for the netlify preview deploys
# See https://www.netlify.com/docs/netlify-toml-reference/ for more

[build]
publish = "dist/"

[[redirects]]
from = "/"
to = "/demo/src/"

0 comments on commit db17706

Please sign in to comment.