Skip to content

Commit 278c732

Browse files
committed
chore: setup google analytics
1 parent fe7079a commit 278c732

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

packages/docs/app/pages/cloud.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { CloudPage } from '@app/page-cloud';
22

33
export const frontmatter = {
44
layout: 'landing',
5-
title: 'Skip the setup. Focus on building.',
5+
title: 'Composify Cloud',
66
};
77

88
export default CloudPage;

packages/docs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"devDependencies": {
2828
"@types/react": "19.1.17",
2929
"tailwindcss": "4.1.15",
30-
"typescript": "5.9.3"
30+
"typescript": "5.9.3",
31+
"vite-plugin-radar": "0.10.1"
3132
}
3233
}

packages/docs/vocs.config.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { resolve } from 'node:path';
2+
import { VitePluginRadar } from 'vite-plugin-radar';
23
import { defineConfig } from 'vocs';
34

45
export default defineConfig({
@@ -137,5 +138,12 @@ export default defineConfig({
137138
resolve: {
138139
alias: [{ find: '@app', replacement: resolve(process.cwd(), 'src') }],
139140
},
141+
plugins: [
142+
VitePluginRadar({
143+
analytics: {
144+
id: 'G-H5385774J9',
145+
},
146+
}),
147+
],
140148
},
141149
});

pnpm-lock.yaml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)