Files
ebiz-dify-ai/web/utils/var-basePath.js
Huangzhe 9e7197443c feat: 增加可选性隐藏功能
- 目前可以隐藏 侧边栏,导航栏,发布按钮
2025-04-22 20:34:49 +08:00

6 lines
119 B
JavaScript

// export basePath to next.config.js
// same as the one exported from var.ts
module.exports = {
basePath: '/dify',
}