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