diff --git a/vite.custom.config.ts b/vite.custom.config.ts index b9fb96e8..95794b11 100644 --- a/vite.custom.config.ts +++ b/vite.custom.config.ts @@ -47,7 +47,7 @@ import type { BuildOptions } from 'vite' const config: AppConfigExport = { /** 公共基础路径配置, 如果为空则会默认以 '/' 填充 */ - // base: '/ray-template/', + base: '/ray-template/', /** 配置首屏加载信息 */ preloadingConfig: PRE_LOADING_CONFIG, /** 默认主题色(不可省略, 必填), 也用于 ejs 注入 */