diff --git a/netlify.toml b/netlify.toml index 050601c4..fa5ce129 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,11 +1,10 @@ [build] command = "remix build" - publish = "build" + publish = "public" [dev] command = "remix watch" port = 3000 - # targetPort = 3000 autoLaunch = false # [[redirects]]