Skip to content

Commit 1097764

Browse files
committed
fix: image domain issue
1 parent f41b050 commit 1097764

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pwa/next.config.mjs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,10 @@ const nextConfig = {
9090
swcMinify: true,
9191
output: "standalone",
9292
images: {
93-
domains: [
94-
"avatars.githubusercontent.com",
95-
"img.youtube.com",
96-
"secure.meetupstatic.com",
97-
],
9893
remotePatterns: [
9994
{
10095
protocol: "https",
101-
hostname: "raw.githubusercontent.com",
102-
port: "",
96+
hostname: "**",
10397
},
10498
],
10599
deviceSizes: [640, 768, 828, 1024, 1280, 1536, 1920, 2048],

0 commit comments

Comments
 (0)