diff --git a/wiki/package.json b/wiki/package.json index 2e264d9..5c06c76 100644 --- a/wiki/package.json +++ b/wiki/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "next dev", - "build": "next build --output public", + "build": "next build", "start": "next start", "lint": "next lint" },