2025-04-15 17:05:50 +08:00
|
|
|
// export basePath to next.config.js
|
|
|
|
|
// same as the one exported from var.ts
|
|
|
|
|
module.exports = {
|
2025-08-29 15:39:37 +08:00
|
|
|
basePath: process.env.NEXT_PUBLIC_BASE_PATH || '',
|
2025-04-24 17:14:26 +08:00
|
|
|
assetPrefix: '',
|
2025-04-15 17:05:50 +08:00
|
|
|
}
|