chore: set trailingSlash false

pull/17608/head
keting lu 1 year ago
parent bc04cfbccc
commit 84477a4b46

@ -16,7 +16,7 @@ const withMDX = require('@next/mdx')({
const nextConfig = { const nextConfig = {
basePath: '/dify', basePath: '/dify',
assetPrefix: '/dify', assetPrefix: '/dify',
trailingSlash: true, // trailingSlash: true,
webpack: (config, { dev, isServer }) => { webpack: (config, { dev, isServer }) => {
config.plugins.push(codeInspectorPlugin({ bundler: 'webpack' })) config.plugins.push(codeInspectorPlugin({ bundler: 'webpack' }))
return config return config

Loading…
Cancel
Save