We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a19253b commit 0e54727Copy full SHA for 0e54727
docs/.vitepress/config/head.ts
@@ -46,6 +46,13 @@ export default <HeadConfig[]>[
46
{},
47
`const ${getCollectionItemEditLink.name} = ${getCollectionItemEditLink}`
48
],
49
+ ['script',
50
+ {
51
+ defer: '',
52
+ src: 'https://static.cloudflareinsights.com/beacon.min.js',
53
+ 'data-cf-beacon': '{"token": "f333ed2ade344138a71c7882e02e1b1b"}',
54
+ }
55
+ ],
56
57
// OG links
58
// Not including the special Twitter links, because X...
0 commit comments