Skip to content

Commit

Permalink
Merge pull request #97 from FriedRiceNoodles/feat/docs-site
Browse files Browse the repository at this point in the history
feat: added analytics config for docs site
  • Loading branch information
FriedRiceNoodles authored Mar 24, 2024
2 parents e8d94ab + 79ea3a3 commit fc13760
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ export default defineConfig({
'/favicons/favicon-64x64.png',
],
logo: '/logos/nav-logo-375.png',
analytics: {
baidu: 'df33e0123cd576892df8bc4ac64788cf',
ga_v2: 'G-SC8THD4FR9',
},
themeConfig: {
name: 'Banana UI',
hideNameOnHeader: true,
Expand Down

0 comments on commit fc13760

Please sign in to comment.