From d12f240462254b4f425d2d98015291204be51545 Mon Sep 17 00:00:00 2001 From: Tyler Marshall Date: Tue, 30 Jan 2024 14:24:09 -0800 Subject: [PATCH] fix: removes deprecated experimental flag --- next.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/next.config.js b/next.config.js index fb8df93871..e558d57d29 100644 --- a/next.config.js +++ b/next.config.js @@ -4,9 +4,6 @@ module.exports = { // Disabling on production builds because we're running checks on PRs via GitHub Actions. ignoreDuringBuilds: true }, - experimental: { - serverActions: true - }, images: { remotePatterns: [ {