From a9a1c04dc870fbe9cc0ff9e764bd4c961fe101b3 Mon Sep 17 00:00:00 2001 From: Emma Ruby Date: Sat, 16 Nov 2024 00:38:25 +0000 Subject: [PATCH] Update next.config.js --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index db479eb..c689185 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - output: 'export', + output: 'standalone', eslint: { ignoreDuringBuilds: true, },