Skip to content

Commit 7476e88

Browse files
committed
Fix Cloudflare integration
The Cloudflare analytics are broken for some time. Fixes the stored beacon token.
1 parent 8532cff commit 7476e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
src: 'https://static.cloudflareinsights.com/beacon.min.js',
1717
defer: true,
1818
'data-cf-beacon':
19-
'{"token": "b2ec7b485fc04039bf1a9fbd51005477"}',
19+
'{"token": "b2ec7b485fc04039bf1a9fbd51005477"}',
2020
},
2121
],
2222
themeConfig: {

0 commit comments

Comments
 (0)