From deb789ca784d04e2421022501ee180f6197516e9 Mon Sep 17 00:00:00 2001 From: keting lu Date: Sun, 9 Mar 2025 12:02:17 +0800 Subject: [PATCH] test: remove basePath --- web/next.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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