will this do the things

This commit is contained in:
Ryan Haskell-Glatz 2019-10-04 20:35:54 -05:00
parent 07e7c259fd
commit 209d2eeeae

9
netlify.toml Normal file
View File

@ -0,0 +1,9 @@
[build]
base = "examples/basic/"
publish = "examples/basic/dist/"
command = "npm run build"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200