@@ -8,31 +8,26 @@ const withPWA = require("next-pwa")({
88} ) ;
99
1010const nextConfig = {
11- webpack : config => config ,
11+ turbopack : false ,
1212
1313 images : {
14- domains : [
15- "mazassumnida.wtf" ,
16- "openweathermap.org" ,
17- "avatars.githubusercontent.com" ,
18- "lh3.googleusercontent.com" ,
19- "lh4.googleusercontent.com" ,
20- "lh5.googleusercontent.com" ,
21- "lh6.googleusercontent.com" ,
22- ] ,
2314 remotePatterns : [
2415 {
2516 protocol : "https" ,
2617 hostname : "*.public.blob.vercel-storage.com" ,
2718 pathname : "/**" ,
2819 } ,
20+ { protocol : "https" , hostname : "mazassumnida.wtf" } ,
21+ { protocol : "https" , hostname : "openweathermap.org" } ,
22+ { protocol : "https" , hostname : "avatars.githubusercontent.com" } ,
23+ { protocol : "https" , hostname : "lh3.googleusercontent.com" } ,
24+ { protocol : "https" , hostname : "lh4.googleusercontent.com" } ,
25+ { protocol : "https" , hostname : "lh5.googleusercontent.com" } ,
26+ { protocol : "https" , hostname : "lh6.googleusercontent.com" } ,
2927 ] ,
3028 } ,
31- env : { } ,
29+
3230 reactStrictMode : true ,
33- "fontawesome-svg-core" : {
34- license : "free" ,
35- } ,
3631} ;
3732
3833module . exports = withPWA ( nextConfig ) ;
0 commit comments