Added plausible
This commit is contained in:
parent
d2642e08e2
commit
97b4d93053
1 changed files with 2 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue