From 80cba898338e412850ffe3eca6887c21b870a3d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E8=B0=AD?= Date: Tue, 24 Dec 2019 22:04:00 +0800 Subject: [PATCH 1/3] fix(cdn): default valine cdn response is slow and unstable (#574) --- layout/comment/valine.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/comment/valine.ejs b/layout/comment/valine.ejs index 8aee88d..9f165f5 100644 --- a/layout/comment/valine.ejs +++ b/layout/comment/valine.ejs @@ -5,7 +5,7 @@ <% } else { %>
- +<%- _js(cdn('valine', '1.3.10', 'dist/Valine.min.js')) %>