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"], }, }