Skip to content

Commit

Permalink
theme: 直接使用 favicon.ico
Browse files Browse the repository at this point in the history
  • Loading branch information
chenlb committed Oct 27, 2024
1 parent adbcf2d commit 8a8e8fb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .vitepress/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { h } from 'vue'
import type { Theme } from 'vitepress'
import DefaultTheme from 'vitepress/theme'
import { initHmPlugin } from './hm';
import { initFaviconPlugin } from "./favicon";
import AsideAdsBefore from "./layout-slots/aside-ads-before.vue";
import DocAfter from "./layout-slots/doc-after.vue";
import HomeAfter from "./layout-slots/home-after.vue";
Expand All @@ -23,7 +22,5 @@ export default {
// ...
// 百度统计
initHmPlugin();
// favicon
initFaviconPlugin();
}
} satisfies Theme

0 comments on commit 8a8e8fb

Please sign in to comment.