From 540450476af8cfcfb0511da7248d799426a95919 Mon Sep 17 00:00:00 2001 From: Dex Date: Wed, 27 Mar 2024 13:18:33 -0400 Subject: [PATCH] Config update --- next.config.js | 3 --- 1 file changed, 3 deletions(-) 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' }