Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 4a22ba7

Browse files
davolokhdanbarr
andauthored
vercel analytics plugin added (#68)
* vercel analytics plugin added * Update package.json Co-authored-by: Dan Barr <danbarr@users.noreply.github.com> --------- Co-authored-by: Dan Barr <danbarr@users.noreply.github.com>
1 parent 4c956e6 commit 4a22ba7

File tree

3 files changed

+68
-0
lines changed

3 files changed

+68
-0
lines changed

docusaurus.config.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ const config: Config = {
88
title: 'CodeGate',
99
tagline: 'Privacy-first AI code generation',
1010
favicon: 'img/favicon.png',
11+
plugins: [
12+
[
13+
'vercel-analytics',
14+
{
15+
debug: false,
16+
},
17+
],
18+
],
1119

1220
// Set the production url of your site here
1321
url: 'https://docs.codegate.ai',

package-lock.json

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@docusaurus/core": "3.7.0",
26+
"@docusaurus/plugin-vercel-analytics": "3.7.0",
2627
"@docusaurus/preset-classic": "3.7.0",
2728
"@docusaurus/theme-mermaid": "3.7.0",
2829
"@iconify-json/logos": "^1.2.4",

0 commit comments

Comments
 (0)