From b7f3cd51d7da0c78bf070c5e21f87edf6e348ece Mon Sep 17 00:00:00 2001 From: clark-cui Date: Sun, 24 Sep 2023 21:33:47 +0800 Subject: [PATCH] feat: disable fireworks animation in default --- .vitepress/config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index aa961c8..490e9a0 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -83,7 +83,8 @@ async function config() { ], // outline: 2, //设置右侧aside显示层级 aside: false, - showFireworksAnimation: true, + // blogs page show firewokrs animation + showFireworksAnimation: false, }, buildEnd: buildBlogRSS, markdown: {