try build

This commit is contained in:
Wes Bos 2023-02-22 14:36:48 -05:00
parent b2256ab0c2
commit 3b51180cae

View file

@ -1,16 +1,17 @@
[build]
command = "remix build"
publish = "public"
publish = "build"
[dev]
command = "remix watch"
port = 3000
# targetPort = 3000
autoLaunch = false
[[redirects]]
from = "/*"
to = "/.netlify/edge-functions/server"
status = 200
# [[redirects]]
# from = "/*"
# to = "/.netlify/edge-functions/server"
# status = 200
[[headers]]
for = "/build/*"