Add Netlify build/deploy config

This commit is contained in:
Devon Campbell 2022-11-26 21:25:46 -08:00
commit 2a9cdb1cc7

3
netlify.toml Normal file
View file

@ -0,0 +1,3 @@
[build]
publish = "dist/"
command = "npm run build"