From 0f3d5161fc48d994efe534ff59ae28c0749541fa Mon Sep 17 00:00:00 2001 From: shadcn Date: Tue, 25 Apr 2023 19:13:12 +0400 Subject: [PATCH] fix: update next.config.js --- next.config.mjs => next.config.js | 3 --- 1 file changed, 3 deletions(-) rename next.config.mjs => next.config.js (66%) diff --git a/next.config.mjs b/next.config.js similarity index 66% rename from next.config.mjs rename to next.config.js index 06532b6..390ceaf 100644 --- a/next.config.mjs +++ b/next.config.js @@ -1,5 +1,3 @@ -import { withContentlayer } from "next-contentlayer" - /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, @@ -8,7 +6,6 @@ const nextConfig = { }, experimental: { appDir: true, - serverComponentsExternalPackages: ["@prisma/client"], }, }