Skip to content

Commit 3d19079

Browse files
committed
fix: remove duplicate image remote patterns from Next.js config
1 parent c36b9b9 commit 3d19079

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

apps/web/next.config.mjs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ const config = {
1616
outputFileTracingExcludes: {
1717
"*": ["./**/*.js.map", "./**/*.mjs.map", "./**/*.cjs.map"],
1818
},
19-
images: {
20-
remotePatterns: [
21-
{ protocol: "https", hostname: "pbs.twimg.com" },
22-
{ protocol: "https", hostname: "abs.twimg.com" },
23-
],
24-
},
2519
async rewrites() {
2620
return [
2721
{

0 commit comments

Comments
 (0)