diff --git a/next.config.js b/next.config.js index d97dd77..a9ad7f6 100644 --- a/next.config.js +++ b/next.config.js @@ -1,7 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: false, - runtime: 'edge', experimental: { appDir: true },