Skip to content

Commit

Permalink
修改统计
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbbbbbbbbbbba committed Apr 20, 2024
1 parent 69e936a commit af82b25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
8 changes: 7 additions & 1 deletion site/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export default defineNuxtConfig({
],

plugins: [
'~/plugins/baidu-analytics.js'
],

elementPlus: { /** Options */ },
Expand All @@ -53,6 +52,13 @@ export default defineNuxtConfig({
htmlAttrs: { class: 'light-mode' },
// bodyAttrs: { class: 'bg-gray-50' },
// htmlAttrs: { class: 'bg-gray-50' },
script: [
{
src: 'https://hm.baidu.com/hm.js?79b8ff82974d0769ef5c629e4cd46629',
type: 'text/javascript',
async: true
}
]
},
},
css: [
Expand Down
13 changes: 0 additions & 13 deletions site/src/plugins/baidu-analytics.js

This file was deleted.

0 comments on commit af82b25

Please sign in to comment.