Skip to content

Commit 8ec0485

Browse files
committed
Fixed the plugin issue?
1 parent b56cd81 commit 8ec0485

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

next.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module.exports = {
22
images: {
33
domains: ["ajayliu.com"],
4-
formats: ["image/avif", "image/webp"],
54
},
65
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dev": "next",
77
"build": "next build",
88
"start": "next start",
9-
"export": "yarn build && next start"
9+
"export": "yarn build && next export"
1010
},
1111
"dependencies": {
1212
"classnames": "^2.3.1",

0 commit comments

Comments
 (0)