We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd13e87 commit ecf79a7Copy full SHA for ecf79a7
1 file changed
.vitepress/config.ts
@@ -4,6 +4,20 @@ export default defineConfig({
4
title: 'Crawlee Cloud',
5
description: 'Open-source self-hosted platform for Crawlee scrapers',
6
cleanUrls: true,
7
+ head: [
8
+ [
9
+ 'script',
10
+ { async: '', src: 'https://www.googletagmanager.com/gtag/js?id=G-FYMRJ2GG39' },
11
+ ],
12
13
14
+ {},
15
+ `window.dataLayer = window.dataLayer || [];
16
+ function gtag(){dataLayer.push(arguments);}
17
+ gtag('js', new Date());
18
+ gtag('config', 'G-FYMRJ2GG39');`,
19
20
21
srcDir: 'src',
22
outDir: './dist',
23
themeConfig: {
0 commit comments