This commit is contained in:
shadcn 2023-04-25 19:14:02 +04:00
parent 0f3d5161fc
commit 20eb7e738a

View file

@ -1,12 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
images: {
domains: ["avatars.githubusercontent.com"],
},
experimental: {
appDir: true,
},
}
export default nextConfig
module.exports = nextConfig