From e18e878d080d9069506a5f4a1a6d4b77dc0d3825 Mon Sep 17 00:00:00 2001 From: Robert Burgess Date: Thu, 15 Aug 2024 23:02:05 -0400 Subject: [PATCH] update output --- next.config.js | 2 -- 1 file changed, 2 deletions(-) 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' }