您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

var-basePath.js 141B

123456
  1. // export basePath to next.config.js
  2. // same as the one exported from var.ts
  3. module.exports = {
  4. basePath: '/ss-dify',
  5. assetPrefix: '',
  6. }