diff --git a/netlify.toml b/netlify.toml index a6372f4..c64f3f6 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,3 @@ [build] - publish = ".nuxt" + publish = "dist" command = "npm run build" \ No newline at end of file