mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-22 01:06:52 +08:00
feat: add some feature
This commit is contained in:
@@ -14,6 +14,8 @@ const withMDX = require('@next/mdx')({
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
basePath: process.env.NEXT_PUBLIC_BASE_URL,
|
||||
assetPrefix: process.env.NEXT_PUBLIC_BASE_URL,
|
||||
webpack: (config, { dev, isServer }) => {
|
||||
config.plugins.push(codeInspectorPlugin({ bundler: 'webpack' }))
|
||||
return config
|
||||
|
||||
Reference in New Issue
Block a user