updated hours

This commit is contained in:
Austin
2026-03-14 11:32:25 -05:00
parent 34a81ffc09
commit f4ce93965b
+7 -7
View File
@@ -10,13 +10,13 @@ const nextConfig: NextConfig = {
},
],
},
webpack(config) {
config.module.rules.push({
test: /\.svg$/,
use: ["@svgr/webpack"]
});
return config;
turbopack: {
rules: {
'*.svg': {
loaders: ['@svgr/webpack'],
as: '*.js',
},
},
}
};