diff --git a/.vitepress/head.ts b/.vitepress/head.ts index 55e17ca..2bb29ac 100644 --- a/.vitepress/head.ts +++ b/.vitepress/head.ts @@ -8,6 +8,15 @@ export const head: HeadConfig[] = [ content: '前端开发,前端博客,Node.js开发', }, ], + [ + 'script', + { src: 'https://hm.baidu.com/hm.js?5f54051a64b08ac3d89526db54df136f' }, + ], + [ + 'script', + {}, + 'var _hmt = _hmt || [];' + ], [ 'script', { id: 'LA_COLLECT', src: 'https://sdk.51.la/js-sdk-pro.min.js' },