diff --git a/netlify.toml b/netlify.toml index c919b5b1..8764ef9a 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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] diff --git a/remix.config.js b/remix.config.js index aac8e782..de4c9dcc 100644 --- a/remix.config.js +++ b/remix.config.js @@ -6,6 +6,7 @@ module.exports = { future: { unstable_postcss: true, }, + assetsBuildDirectory: "publicxxxx/baller", ignoredRouteFiles: ["**/.*"], server: process.env.NETLIFY || process.env.NETLIFY_LOCAL