crazy pills

This commit is contained in:
Wes Bos 2023-02-22 15:03:25 -05:00
parent a44634615b
commit 5134949685
2 changed files with 2 additions and 6 deletions

View file

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

View file

@ -6,6 +6,7 @@ module.exports = {
future: {
unstable_postcss: true,
},
assetsBuildDirectory: "publicxxxx/baller",
ignoredRouteFiles: ["**/.*"],
server:
process.env.NETLIFY || process.env.NETLIFY_LOCAL