From 4d82dff4d41c513cfa0124cbed7e42b60236d9de Mon Sep 17 00:00:00 2001 From: MHuiG <616001163@qq.com> Date: Mon, 15 Aug 2022 08:58:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(#793):=20=E7=A7=BB=E9=99=A4=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 84b59b8da..a838c97e1 100755 --- a/_config.yml +++ b/_config.yml @@ -50,9 +50,9 @@ cdn: # 以下配置可以覆盖 cdn.prefix,配置项的值可以为空,但是要使用CDN必须依据路径填写配置项的键 set: js: - app: /js/app.js + #app: /js/app.js css: - style: /css/style.css # (异步加载样式) + #style: /css/style.css # (异步加载样式) # 静态资源版本控制 # 本地文件使用文件内容的hash值作为版本号(app.8c1e7c88.js) 其他为时间戳 (?time=1648684470140) # 建议静态资源设置标头 浏览器缓存一年边缘缓存一个月 cache-control: max-age=86400, s-maxage=31536000 如果有更新记得刷新缓存