【发布时间】:2022-06-23 14:28:21
【问题描述】:
我想输入 '.'在我的 baseurl 但我收到了这个错误Error: Specified basePath has to start with a /, found "."
const nextConfig = {
basePath: '.',
reactStrictMode: true,
}
module.exports = nextConfig
在 next.config.js 中
【问题讨论】: