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