From e8acd42970385825e3a31e7d204efe19b97c7587 Mon Sep 17 00:00:00 2001 From: luojiyin Date: Fri, 2 Aug 2024 23:56:27 +0800 Subject: [PATCH] code clear --- next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 78d3e36..81c56f8 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -30,7 +30,7 @@ const withPWA = setPWA({ const nextConfig = withPWA( withLess( withMDX({ - output: 'standalone' , + output: 'standalone', pageExtensions: ['ts', 'tsx', 'js', 'jsx', 'md', 'mdx'], webpack: config => {