Added plausible

This commit is contained in:
thepaperpilot 2022-03-02 19:40:52 -06:00
parent d2642e08e2
commit 97b4d93053

View file

@ -7,7 +7,8 @@ module.exports = {
['link', { rel: 'apple-touch-icon', sizes: '180x180', href: '/apple-touch-icon.png' }],
['link', { rel: 'icon', type: 'image/png', sizes: '32x32', href: '/favicon-32x32.png' }],
['link', { rel: 'icon', type: 'image/png', sizes: '16x16', href: '/favicon-16x16.png' }],
['link', { rel: 'manifest', href: '/site.webmanifest' }]
['link', { rel: 'manifest', href: '/site.webmanifest' }],
['script', { defer: true, 'data-domain': 'moddingtree.com', src: 'https://plausible.io/js/plausible.js' }]
],
themeConfig: {
repo: 'profectus-engine/profectus-docs',