6 lines
112 B
TypeScript
6 lines
112 B
TypeScript
// 全局配置
|
|
|
|
// 部署后网站的 base URL。
|
|
// 注意:前后都带 /
|
|
export const base = '/tutorials/'
|