From 78df44116aa441e1f30013fc0e990922ef86e665 Mon Sep 17 00:00:00 2001 From: Archer <545436317@qq.com> Date: Thu, 7 May 2026 16:35:29 +0800 Subject: [PATCH] redirect (#6886) --- document/next.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/document/next.config.ts b/document/next.config.ts index 4982aa176b..a9fafa1b39 100644 --- a/document/next.config.ts +++ b/document/next.config.ts @@ -7,7 +7,6 @@ const config: NextConfig = { output: 'standalone', reactStrictMode: true, compress: true, - skipTrailingSlashRedirect: true, async headers() { return [ {