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) { turbopack: {
config.module.rules.push({ rules: {
test: /\.svg$/, '*.svg': {
use: ["@svgr/webpack"] loaders: ['@svgr/webpack'],
}); as: '*.js',
},
return config; },
} }
}; };