Skip to content

Commit 9546987

Browse files
committed
docs: add utm tags to vgv links (#195)
1 parent 0d34138 commit 9546987

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const config = {
8585
'aria-label': 'GitHub repository',
8686
},
8787
{
88-
to: 'https://verygood.ventures',
88+
to: 'https://verygood.ventures?utm_source=dartfrog&utm_medium=docs&utm_campaign=df',
8989
position: 'right',
9090
className: 'navbar-vgv-icon',
9191
'aria-label': 'Very Good Ventures',
@@ -120,7 +120,7 @@ const config = {
120120
items: [
121121
{
122122
label: 'Blog Post',
123-
href: 'https://verygood.ventures/blog/dart-frog',
123+
href: 'https://verygood.ventures/blog/dart-frog?utm_source=dartfrog&utm_medium=docs&utm_campaign=df_blog',
124124
},
125125
{
126126
label: 'Livestream Demo',

docs/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ function HomepageBlogs() {
166166
</p>
167167
<Link
168168
style={{ fontWeight: 'bold' }}
169-
to="https://verygood.ventures/blog/dart-frog"
169+
to="https://verygood.ventures/blog/dart-frog?utm_source=dartfrog&utm_medium=docs&utm_campaign=df_blog"
170170
>
171171
Read the Blog <ExternalLinkIcon />
172172
</Link>

0 commit comments

Comments
 (0)