Archived
updated hours
This commit is contained in:
+7
-7
@@ -10,13 +10,13 @@ const nextConfig: NextConfig = {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
webpack(config) {
|
turbopack: {
|
||||||
config.module.rules.push({
|
rules: {
|
||||||
test: /\.svg$/,
|
'*.svg': {
|
||||||
use: ["@svgr/webpack"]
|
loaders: ['@svgr/webpack'],
|
||||||
});
|
as: '*.js',
|
||||||
|
},
|
||||||
return config;
|
},
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user