diff --git a/app.js b/app.js index d058916..1e08f56 100755 --- a/app.js +++ b/app.js @@ -30,7 +30,7 @@ const onReady = () => { document.querySelectorAll(".article-rich-text a").forEach((e) => { e.target = "_blank"; }); - page == "about" && aboutLottie(); + // page == "about" && aboutLottie(); stopCmdClick(); // prevent command click from triggering page transition };