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