From 84477a4b4602eae8182c45995f7f490ed2beba65 Mon Sep 17 00:00:00 2001 From: keting lu Date: Mon, 10 Mar 2025 11:40:57 +0800 Subject: [PATCH] chore: set trailingSlash false --- web/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/next.config.js b/web/next.config.js index 342ec2ebc6..8ceb2be7d1 100644 --- a/web/next.config.js +++ b/web/next.config.js @@ -16,7 +16,7 @@ const withMDX = require('@next/mdx')({ const nextConfig = { basePath: '/dify', assetPrefix: '/dify', - trailingSlash: true, + // trailingSlash: true, webpack: (config, { dev, isServer }) => { config.plugins.push(codeInspectorPlugin({ bundler: 'webpack' })) return config