Skip to content

Commit 24719f2

Browse files
committed
chore: let next-image-export-optimizer use mjs config
1 parent 3b0cded commit 24719f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"spellcheck-diff": "git diff --name-only --cached | awk \"/src.*\\.mdx/{print}\" | npx cspell --no-must-find-files --file-list stdin",
114114
"build": "next build",
115115
"postbuild": "node tasks/postBuildTasks.mjs",
116-
"build:release": "yarn build && next-image-export-optimizer --exportFolderPath client/www/next-build",
116+
"build:release": "yarn build && next-image-export-optimizer --nextConfigPath ./next.config.mjs --exportFolderPath client/www/next-build",
117117
"next-build": "next build",
118118
"next-start": "next start",
119119
"prepare": "husky install",

0 commit comments

Comments
 (0)