mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-15 14:48:17 +08:00
7 lines
133 B
JavaScript
7 lines
133 B
JavaScript
// export basePath to next.config.js
|
|
// same as the one exported from var.ts
|
|
module.exports = {
|
|
basePath: '',
|
|
assetPrefix: '',
|
|
}
|