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 = {
basePath: '/dify',
assetPrefix: '/dify',
trailingSlash: true,
// trailingSlash: true,
webpack: (config, { dev, isServer }) => {
config.plugins.push(codeInspectorPlugin({ bundler: 'webpack' }))
return config

Loading…
Cancel
Save