We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c5bea commit 8cd594eCopy full SHA for 8cd594e
1 file changed
.vitepress/config.js
@@ -5,7 +5,9 @@ module.exports = {
5
title: 'blockr',
6
description: 'A visual, no-code framework for R',
7
head: [
8
- ['link', { rel: 'icon', type: 'image/svg+xml', href: `${base}logos/logo-e4-light.svg` }]
+ ['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()`]
11
],
12
themeConfig: {
13
logo: { light: '/logos/logo-e4-light.svg', dark: '/logos/logo-e4-dark.svg' },
0 commit comments