From 3f2d3560dc04dbee23237d896c1325389035c738 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 6 Apr 2025 22:57:07 +0100 Subject: refactor: Migrate the landing page from nextjs to vite --- apps/landing/next.config.mjs | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 apps/landing/next.config.mjs (limited to 'apps/landing/next.config.mjs') diff --git a/apps/landing/next.config.mjs b/apps/landing/next.config.mjs deleted file mode 100644 index c9153017..00000000 --- a/apps/landing/next.config.mjs +++ /dev/null @@ -1,15 +0,0 @@ -/** @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 }, -}; - -export default nextConfig; -- cgit v1.2.3-70-g09d2