mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-14 20:41:21 +08:00
0284de1ae6
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
7 lines
170 B
JavaScript
7 lines
170 B
JavaScript
// export basePath to next.config.js
|
|
// same as the one exported from var.ts
|
|
module.exports = {
|
|
basePath: process.env.NEXT_PUBLIC_BASE_PATH || '',
|
|
assetPrefix: '',
|
|
}
|