awesome-uses/netlify.toml

19 lines
335 B
TOML
Raw Normal View History

2023-02-20 20:41:29 +00:00
[build]
command = "remix build"
functions = "netlify/functions"
publish = "public"
[dev]
2023-02-21 19:23:59 +00:00
command = "remix watch"
2023-02-20 20:41:29 +00:00
port = 3000
[[redirects]]
from = "/*"
to = "/.netlify/functions/server"
status = 200
[[headers]]
for = "/build/*"
[headers.values]
"Cache-Control" = "public, max-age=31536000, s-maxage=31536000"