diff --git a/package.json b/package.json index ca25ce4..75b2c2b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "scripts": { "dev": "next", - "build": "next build --output public", + "build": "next build public", "start": "next start" }, "dependencies": {