dify/web/utils/var-basePath.js

7 lines
133 B
JavaScript

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