diff --git a/package.json b/package.json index 2895403..601cf69 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "dev": "next dev", "build": "next build", - "build:static": "cross-env BUILD_MODE=static next build", + "build:static": "cross-env BUILD_MODE=static next build && touch next.config.mjs", "start": "next start", "lint": "next lint", "payload": "payload", @@ -34,4 +34,4 @@ "servor": "^4.0.2", "typescript": "^5" } -} \ No newline at end of file +}