mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
try build
This commit is contained in:
parent
b2256ab0c2
commit
3b51180cae
1 changed files with 6 additions and 5 deletions
11
netlify.toml
11
netlify.toml
|
|
@ -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/*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue