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