From 60680af46736fb2e2691a7b8da2351b53c11ecce Mon Sep 17 00:00:00 2001 From: Emma Ruby Date: Sat, 16 Nov 2024 00:36:28 +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 c689185..db479eb 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - output: 'standalone', + output: 'export', eslint: { ignoreDuringBuilds: true, },