mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 09:48:32 +00:00
fix: update next.config.js
This commit is contained in:
parent
39028a29ee
commit
0f3d5161fc
1 changed files with 0 additions and 3 deletions
|
|
@ -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"],
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
Reference in a new issue