diff --git a/next.config.js b/next.config.js index 44996a3..445e35f 100644 --- a/next.config.js +++ b/next.config.js @@ -1,7 +1,5 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - experimental: { - }, output: 'standalone' }