Skip to content

Commit

Permalink
doc: add fathom analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Apr 30, 2024
1 parent 68d3e93 commit 60e4ca9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ export default defineNuxtConfig({
globals.forEach(c => c.global = true)
},
},
$production: {
scripts: {
registry: {
fathomAnalytics: {
site: 'PKLQEZGU',
},
},
},
},
app: {
seoMeta: {
themeColor: [
Expand Down

0 comments on commit 60e4ca9

Please sign in to comment.