From 62b725b7d9706ab9e1465c587258eb561e27245e Mon Sep 17 00:00:00 2001 From: paolosantarsiero Date: Tue, 31 Dec 2024 12:05:26 +0100 Subject: [PATCH] fix: build --- app/api/auth/{[...nextauth]/route.ts => [...nextauth].ts} | 0 next.config.ts | 2 -- 2 files changed, 2 deletions(-) rename app/api/auth/{[...nextauth]/route.ts => [...nextauth].ts} (100%) diff --git a/app/api/auth/[...nextauth]/route.ts b/app/api/auth/[...nextauth].ts similarity index 100% rename from app/api/auth/[...nextauth]/route.ts rename to app/api/auth/[...nextauth].ts diff --git a/next.config.ts b/next.config.ts index cedb933f1..e949664ed 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,6 +1,4 @@ export default { - reactStrictMode: true, - experimental: { appDir: true }, images: { formats: ['image/avif', 'image/webp'], remotePatterns: [