Hero Banner xsm breakpoint

This commit is contained in:
adilallo
2025-08-18 12:56:53 -06:00
parent 8fa7cea488
commit a04a5a6eeb
9 changed files with 2533 additions and 15 deletions
+8
View File
@@ -3,6 +3,14 @@ const nextConfig = {
eslint: {
ignoreDuringBuilds: true,
},
webpack(config) {
config.module.rules.push({
test: /\.svg$/,
issuer: /\.[jt]sx?$/,
use: ["@svgr/webpack"],
});
return config;
},
};
export default nextConfig;