選択できるのは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. }