Skip to content

Commit 1b31004

Browse files
committed
Fix Plausible head tag config
1 parent 17b7ecb commit 1b31004

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ const config = {
2727
{
2828
tagName: 'script',
2929
attributes: {
30-
async: true,
30+
async: 'true',
3131
src: 'https://plausible.io/js/pa-p0EwT1dUPS95Hq8MWvpRd.js',
3232
},
3333
},
3434
{
3535
tagName: 'script',
36+
attributes: {},
3637
innerHTML: plausibleInitScript,
3738
},
3839
],

0 commit comments

Comments
 (0)