feat: display scrolling company logos (#226)

* feat: add scrolling company logos

* chore: update translations
This commit is contained in:
Henry
2025-10-24 21:21:02 +01:00
committed by GitHub
parent 1e2326ac2e
commit 4a3cf50c76
34 changed files with 1990 additions and 156 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", {}]],