From 07a25a1b1728f048a434bfce4a05bfbc5eb99aaa Mon Sep 17 00:00:00 2001 From: rebron1900 Date: Fri, 30 Aug 2024 11:21:37 +0800 Subject: [PATCH] Please enter the commit message for your changes. Lines starting with '#' will be ignored, and an empty message aborts the commit. On branch master Your branch is up to date with 'origin/master'. Changes to be committed: modified: src/assets/js/main.js --- src/assets/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/js/main.js b/src/assets/js/main.js index eb409b21..928b1b42 100644 --- a/src/assets/js/main.js +++ b/src/assets/js/main.js @@ -3,7 +3,7 @@ import "../sass/book.scss"; import Alpine from "alpinejs"; import mediumZoom from "medium-zoom"; import search from "./search"; -import Artalk from "artalk"; +import Artalk from "artalk/dist/ArtalkLite.js"; import { initCopyButton } from "./code.js"; // import initMap from "./map.js"; import tippy from "tippy.js";