awesome-uses/netlify.toml

14 lines
242 B
TOML
Raw Normal View History

2023-02-20 20:41:29 +00:00
[build]
command = "remix build"
2023-02-22 20:03:25 +00:00
publish = "public"
2023-02-20 20:41:29 +00:00
[dev]
2023-02-21 19:23:59 +00:00
command = "remix watch"
2023-02-20 20:41:29 +00:00
port = 3000
2023-02-21 21:29:26 +00:00
autoLaunch = false
2023-02-20 20:41:29 +00:00
2023-02-22 21:31:58 +00:00
[[headers]]
for = "/build/*"
[headers.values]
"Cache-Control" = "public, max-age=31536000, s-maxage=31536000"