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/landing/next.config.mjs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'apps/landing/next.config.mjs') diff --git a/apps/landing/next.config.mjs b/apps/landing/next.config.mjs index 743e4d69..c9153017 100644 --- a/apps/landing/next.config.mjs +++ b/apps/landing/next.config.mjs @@ -1,5 +1,12 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + webpack: (config) => { + config.module.rules.push({ + test: /\.svg$/, + use: ["@svgr/webpack"], + }); + return config; + }, /** We already do linting and typechecking as separate tasks in CI */ eslint: { ignoreDuringBuilds: true }, typescript: { ignoreBuildErrors: true }, -- cgit v1.2.3-70-g09d2