test: remove basePath

pull/17608/head
keting lu 1 year ago
parent 53a7be496d
commit deb789ca78

@ -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

Loading…
Cancel
Save