We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0cded commit 24719f2Copy full SHA for 24719f2
package.json
@@ -113,7 +113,7 @@
113
"spellcheck-diff": "git diff --name-only --cached | awk \"/src.*\\.mdx/{print}\" | npx cspell --no-must-find-files --file-list stdin",
114
"build": "next build",
115
"postbuild": "node tasks/postBuildTasks.mjs",
116
- "build:release": "yarn build && next-image-export-optimizer --exportFolderPath client/www/next-build",
+ "build:release": "yarn build && next-image-export-optimizer --nextConfigPath ./next.config.mjs --exportFolderPath client/www/next-build",
117
"next-build": "next build",
118
"next-start": "next start",
119
"prepare": "husky install",
0 commit comments