Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tahsinature committed Jun 1, 2024
1 parent 2f62bd3 commit 07054bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ const nextConfig = {
images: {
remotePatterns: [{ protocol: "https", hostname: "**" }],
},

// https://github.com/vercel/next.js/discussions/27666
webpack: (config) => {
config.resolve.alias = {
...config.resolve.alias,
Expand Down

0 comments on commit 07054bd

Please sign in to comment.