Skip to content

Commit

Permalink
fix: cleanup deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
raisedadead committed Dec 16, 2024
1 parent edd5ee4 commit 92c0118
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .cursorignore

This file was deleted.

2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// 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.
1 change: 0 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const nextConfig = defineNextConfig({
defaultLocale: 'en'
},
reactStrictMode: true,
swcMinify: true,
images: {
remotePatterns: [
{
Expand Down

0 comments on commit 92c0118

Please sign in to comment.