From f7156d4cf5017e2c4e81bfb17cac6dfe88c5e3aa Mon Sep 17 00:00:00 2001 From: Leng <30428021+blleng@users.noreply.github.com> Date: Tue, 31 Mar 2020 14:53:49 +0800 Subject: [PATCH] Change the Valine cdn to jsdelivr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将Valine的CDN换为jsdelivr以获得更加优异的加载速度。 --- layouts/partials/third-party/valine.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/third-party/valine.html b/layouts/partials/third-party/valine.html index 3e1e0d7e..9496a4eb 100644 --- a/layouts/partials/third-party/valine.html +++ b/layouts/partials/third-party/valine.html @@ -11,7 +11,7 @@ document.body.appendChild(script); }; getScript({ - src: 'https://unpkg.com/valine/dist/Valine.min.js', + src: 'https://cdn.jsdelivr.net/npm/valine@1.3.10/dist/Valine.min.js', onload: () => { newValine(); }