Skip to content

Commit 73607b7

Browse files
committed
Add basic Netlify configuration
1 parent 2abe290 commit 73607b7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

netlify.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[build]
2+
# https://docs.netlify.com/build/configure-builds/manage-dependencies/#node-js-and-javascript
3+
# Node version set in .nvmrc
4+
# JS dependencies must be listed in package.json
5+
command = "npm run build"
6+
publish = "dist/"

0 commit comments

Comments
 (0)