Add netlify.toml

This commit is contained in:
prototypa
2022-08-11 03:21:16 -04:00
parent 430136cf7e
commit a8731bd2a2

3
netlify.toml Normal file
View File

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