fix(next-template): remove experimental appdir (#979)

Co-authored-by: shadcn <m@shadcn.com>
This commit is contained in:
vinay
2023-08-01 20:51:18 +05:30
committed by GitHub
parent eaa91d43df
commit 3210bed755

View File

@@ -1,9 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
experimental: {
appDir: true,
},
}
export default nextConfig