From d1e8b0017dee12e04dbad9e85f7a8b497e584d1b Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Tue, 26 Mar 2024 02:26:33 +0000 Subject: ui: Migrate to the new logo everywhere --- apps/web/next.config.mjs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'apps/web/next.config.mjs') diff --git a/apps/web/next.config.mjs b/apps/web/next.config.mjs index a8d60f07..fe0d8674 100644 --- a/apps/web/next.config.mjs +++ b/apps/web/next.config.mjs @@ -8,6 +8,13 @@ const withPWA = pwa({ /** @type {import('next').NextConfig} */ const nextConfig = withPWA({ output: "standalone", + webpack: (config) => { + config.module.rules.push({ + test: /\.svg$/, + use: ["@svgr/webpack"], + }); + return config; + }, async headers() { return [ { -- cgit v1.2.3-70-g09d2