From 43202f7307900d019fbc4156866961284acb851d Mon Sep 17 00:00:00 2001 From: mei Date: Sun, 3 Nov 2024 16:42:45 +0800 Subject: [PATCH] update --- next.config.mjs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 4678774..ce45147 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,4 +1,6 @@ /** @type {import('next').NextConfig} */ -const nextConfig = {}; +const nextConfig = { + output: 'export' + }; export default nextConfig;