From f71e88b234f46d71525f38013a3fb28cee1ba7e8 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Tue, 7 Jan 2025 09:17:55 -0800 Subject: [PATCH] the cheese stands alone --- next.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.mjs b/next.config.mjs index 6f4424f..7b59de6 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -7,6 +7,7 @@ try { /** @type {import('next').NextConfig} */ const nextConfig = { + output: 'standalone', reactStrictMode: false, eslint: { ignoreDuringBuilds: true,