awesome-uses/netlify.toml
2023-02-22 13:54:19 -05:00

18 lines
327 B
TOML

[build]
command = "remix build"
publish = "public"
[dev]
command = "remix watch"
port = 3000
autoLaunch = false
[[redirects]]
from = "/*"
to = "/.netlify/edge-functions/server"
status = 200
[[headers]]
for = "/build/*"
[headers.values]
"Cache-Control" = "public, max-age=31536000, s-maxage=31536000"