Skip to content

Commit

Permalink
feat: config plausible
Browse files Browse the repository at this point in the history
  • Loading branch information
HADB committed Jul 11, 2024
1 parent 709332b commit 9098d5e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
export default defineNuxtConfig({
app: {
head: {
script: [{
'defer': true,
'data-domain': 'yuanfen.net',
'src': 'https://plausible.yuanfen.net:5443/js/script.js',
}],
},
},
site: {
url: 'https://tools.yuanfen.net',
},
Expand Down

0 comments on commit 9098d5e

Please sign in to comment.