Skip to content

Commit 827e67e

Browse files
🚀 Prevent using nextjs image component
1 parent 8a17503 commit 827e67e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

next.config.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ await import('./env.mjs');
33
/** @type {import('next').NextConfig} */
44
const config = {
55
reactStrictMode: true,
6-
images: {
7-
domains: ['avatars.githubusercontent.com', 'raw.githubusercontent.com']
8-
},
96
async redirects() {
107
return [
118
{

0 commit comments

Comments
 (0)