3 lines
112 B
TypeScript
3 lines
112 B
TypeScript
// Set the value of basePath
|
|
// example: /dify
|
|
export const basePath = process.env.NEXT_PUBLIC_BASE_PATH || '';
|