From 92c0118d29d36d7c16d9524009d40110550f8fca Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Mon, 16 Dec 2024 15:22:24 +0530 Subject: [PATCH] fix: cleanup deprecations --- .cursorignore | 1 - next-env.d.ts | 2 +- next.config.mjs | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 .cursorignore diff --git a/.cursorignore b/.cursorignore deleted file mode 100644 index d29445011..000000000 --- a/.cursorignore +++ /dev/null @@ -1 +0,0 @@ -*.snap diff --git a/next-env.d.ts b/next-env.d.ts index a4a7b3f5c..52e831b43 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -2,4 +2,4 @@ /// // NOTE: This file should not be edited -// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information. +// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information. diff --git a/next.config.mjs b/next.config.mjs index 35d0d70be..e5a7b9624 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -33,7 +33,6 @@ const nextConfig = defineNextConfig({ defaultLocale: 'en' }, reactStrictMode: true, - swcMinify: true, images: { remotePatterns: [ {