fix: update next.config.js

This commit is contained in:
shadcn 2023-04-25 19:13:12 +04:00
parent 39028a29ee
commit 0f3d5161fc

View file

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