Skip to content

Commit

Permalink
fix(next-template): remove experimental appdir (shadcn-ui#979)
Browse files Browse the repository at this point in the history
Co-authored-by: shadcn <m@shadcn.com>
  • Loading branch information
vinaykulk621 and shadcn authored Aug 1, 2023
1 parent eaa91d4 commit 3210bed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions templates/next-template/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
experimental: {
appDir: true,
},
}

export default nextConfig

0 comments on commit 3210bed

Please sign in to comment.