From 20eb7e738ae3c83745b4cda454b02a846ec5e3da Mon Sep 17 00:00:00 2001 From: shadcn Date: Tue, 25 Apr 2023 19:14:02 +0400 Subject: [PATCH] fix --- next.config.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/next.config.js b/next.config.js index 390ceaf..dafb0c8 100644 --- a/next.config.js +++ b/next.config.js @@ -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