Skip to content

Commit af48597

Browse files
committed
chore: update
1 parent b3026f0 commit af48597

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,15 @@ export default defineConfig({
5959
],
6060
},
6161
},
62+
head: [
63+
[
64+
'script',
65+
{
66+
src: 'https://media.bitterbrains.com/main.js?from=ARLO&type=BANNER_TYPE',
67+
// @ts-expect-error: vitepress bug
68+
async: true,
69+
type: 'text/javascript',
70+
},
71+
],
72+
]
6273
})

0 commit comments

Comments
 (0)