diff --git a/frontend/netlify.toml b/frontend/netlify.toml index f874982..fd59484 100644 --- a/frontend/netlify.toml +++ b/frontend/netlify.toml @@ -2,8 +2,8 @@ NODE_VERSION = "16" [build] - publish = ".output/public" - command = "yarn generate" + publish = "dist" + command = "yarn build" [[redirects]] from = "/*"