diff --git a/web/next.config.js b/web/next.config.js index 6ec5f82083..bfcd0a29e9 100644 --- a/web/next.config.js +++ b/web/next.config.js @@ -14,7 +14,8 @@ const withMDX = require('@next/mdx')({ /** @type {import('next').NextConfig} */ const nextConfig = { - basePath: '/dify', + // basePath: '/dify', + // assetPrefix: '/dify', webpack: (config, { dev, isServer }) => { config.plugins.push(codeInspectorPlugin({ bundler: 'webpack' })) return config