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