Skip to content

Commit 8cd594e

Browse files
committed
plausible
1 parent e9c5bea commit 8cd594e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.vitepress/config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ module.exports = {
55
title: 'blockr',
66
description: 'A visual, no-code framework for R',
77
head: [
8-
['link', { rel: 'icon', type: 'image/svg+xml', href: `${base}logos/logo-e4-light.svg` }]
8+
['link', { rel: 'icon', type: 'image/svg+xml', href: `${base}logos/logo-e4-light.svg` }],
9+
['script', { async: '', src: 'https://plausible.io/js/pa-nxk7_b0p2i9NaXsd3QXlJ.js' }],
10+
['script', {}, `window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};plausible.init()`]
911
],
1012
themeConfig: {
1113
logo: { light: '/logos/logo-e4-light.svg', dark: '/logos/logo-e4-dark.svg' },

0 commit comments

Comments
 (0)