Skip to content

Commit 7da2ea4

Browse files
committed
fix next.config.ts error
1 parent 384d329 commit 7da2ea4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/nextjs/next.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ const nextConfig: NextConfig = {
66
typescript: {
77
ignoreBuildErrors: process.env.NEXT_PUBLIC_IGNORE_BUILD_ERROR === "true",
88
},
9-
images: {
10-
domains: ["avatars.githubusercontent.com"],
11-
},
129
eslint: {
1310
ignoreDuringBuilds: process.env.NEXT_PUBLIC_IGNORE_BUILD_ERROR === "true",
1411
},

0 commit comments

Comments
 (0)