rss-reader/netlify.toml
Marc Cataford 0d06488d13
refactor: move lots of logic to hooks, declutter (#22)
* refactor: move lots of logic to hooks, declutter

* refactor: useNavigation, deprecate useAppState entirely

* fix: staleTime is a number

* fix: standard html mode

* fix: useSettings with safe defaults

* fix: terminal slash in all accepted URLs, redirecting

* infra: redirects

* infra: redirects from config
2022-03-13 10:19:00 -04:00

14 lines
245 B
TOML

[functions]
directory = "netlify/functions/"
[dev]
command = "yarn start:parcel"
publish = "dist"
targetPort = 1234
port = 8080
framework = "parcel"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200