We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 384d329 commit 7da2ea4Copy full SHA for 7da2ea4
packages/nextjs/next.config.ts
@@ -6,9 +6,6 @@ const nextConfig: NextConfig = {
6
typescript: {
7
ignoreBuildErrors: process.env.NEXT_PUBLIC_IGNORE_BUILD_ERROR === "true",
8
},
9
- images: {
10
- domains: ["avatars.githubusercontent.com"],
11
- },
12
eslint: {
13
ignoreDuringBuilds: process.env.NEXT_PUBLIC_IGNORE_BUILD_ERROR === "true",
14
0 commit comments