mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
crazy pills
This commit is contained in:
parent
a44634615b
commit
5134949685
2 changed files with 2 additions and 6 deletions
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ module.exports = {
|
|||
future: {
|
||||
unstable_postcss: true,
|
||||
},
|
||||
assetsBuildDirectory: "publicxxxx/baller",
|
||||
ignoredRouteFiles: ["**/.*"],
|
||||
server:
|
||||
process.env.NETLIFY || process.env.NETLIFY_LOCAL
|
||||
|
|
|
|||
Loading…
Reference in a new issue