feat: add plausible tracking(for testing)

This commit is contained in:
moonrailgun 2024-10-09 00:04:32 +08:00
parent 9b9799ec6f
commit 6474cefd89

View File

@ -201,6 +201,11 @@ const config: Config = {
defer: true, defer: true,
'data-website-id': 'clopxgjr6050tqn5dzxo7pjac', 'data-website-id': 'clopxgjr6050tqn5dzxo7pjac',
}, },
{
src: 'https://plausible.io/js/script.outbound-links.js',
defer: true,
'data-domain': 'msgbyte.com',
},
], ],
}; };