選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

var-basePath.js 114B

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