feat: add scrolling company logos

This commit is contained in:
Henry
2025-10-24 21:14:25 +01:00
parent 1e2326ac2e
commit 51c7581de6
17 changed files with 1795 additions and 4 deletions

View File

@@ -48,6 +48,13 @@ const config = {
},
],
},
webpack(config) {
config.module.rules.push({
test: /\.svg$/,
use: ["@svgr/webpack"],
});
return config;
},
experimental: {
// instrumentationHook: true,
swcPlugins: [["@lingui/swc-plugin", {}]],