Skip to content

Commit

Permalink
Please enter the commit message for your changes. Lines starting
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rebron1900 committed Aug 30, 2024
1 parent 8607621 commit 07a25a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 07a25a1

Please sign in to comment.