mirror of
https://github.com/ryan-haskell/elm-spa.git
synced 2024-11-22 11:31:58 +03:00
include netlify.toml and gitignore files
This commit is contained in:
parent
b14797da89
commit
37f25ee663
@ -1,3 +1,4 @@
|
||||
elm-stuff
|
||||
src/elm
|
||||
/elm.json
|
||||
/elm.json
|
||||
!.gitignore
|
6
cli/initial-projects/elm-ui/netlify.toml
Normal file
6
cli/initial-projects/elm-ui/netlify.toml
Normal file
@ -0,0 +1,6 @@
|
||||
# sends all routes to /index.html
|
||||
# (so you can handle 404s there!)
|
||||
[[redirects]]
|
||||
from = "/*"
|
||||
to = "/index.html"
|
||||
status = 200
|
6
cli/initial-projects/html/netlify.toml
Normal file
6
cli/initial-projects/html/netlify.toml
Normal file
@ -0,0 +1,6 @@
|
||||
# sends all routes to /index.html
|
||||
# (so you can handle 404s there!)
|
||||
[[redirects]]
|
||||
from = "/*"
|
||||
to = "/index.html"
|
||||
status = 200
|
Loading…
Reference in New Issue
Block a user