include netlify.toml and gitignore files

This commit is contained in:
Ryan Haskell-Glatz 2019-12-23 18:34:53 -06:00
parent b14797da89
commit 37f25ee663
3 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,4 @@
elm-stuff
src/elm
/elm.json
/elm.json
!.gitignore

View File

@ -0,0 +1,6 @@
# sends all routes to /index.html
# (so you can handle 404s there!)
[[redirects]]
from = "/*"
to = "/index.html"
status = 200

View File

@ -0,0 +1,6 @@
# sends all routes to /index.html
# (so you can handle 404s there!)
[[redirects]]
from = "/*"
to = "/index.html"
status = 200