Files
dify_origin_resource/dify_1.4.0/web/utils/var-basePath.js
2025-10-14 14:17:21 +08:00

7 lines
133 B
JavaScript

// export basePath to next.config.js
// same as the one exported from var.ts
module.exports = {
basePath: '',
assetPrefix: '',
}