Marc Cataford
0d06488d13
* 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
14 lines
245 B
TOML
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
|