Skip to content

Commit 0e54727

Browse files
committed
add cf beacon
1 parent a19253b commit 0e54727

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/.vitepress/config/head.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ export default <HeadConfig[]>[
4646
{},
4747
`const ${getCollectionItemEditLink.name} = ${getCollectionItemEditLink}`
4848
],
49+
['script',
50+
{
51+
defer: '',
52+
src: 'https://static.cloudflareinsights.com/beacon.min.js',
53+
'data-cf-beacon': '{"token": "f333ed2ade344138a71c7882e02e1b1b"}',
54+
}
55+
],
4956

5057
// OG links
5158
// Not including the special Twitter links, because X...

0 commit comments

Comments
 (0)