Skip to content

Commit 1af2376

Browse files
Merge pull request ipfs#1534 from ipfs/remove/google-analytics
Remove/google analytics
2 parents 3a83bac + 5a894bc commit 1af2376

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

docs/.vuepress/config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -360,12 +360,6 @@ module.exports = {
360360
[require('./plugins/vuepress-plugin-speedcurve'), { id: SPEEDCURVE_ID }],
361361
'@vuepress/plugin-back-to-top',
362362
['@adamdehaven/vuepress-plugin-custom-tooltip'],
363-
[
364-
'@vuepress/google-analytics',
365-
{
366-
ga: 'UA-96910779-15'
367-
}
368-
],
369363
[
370364
'vuepress-plugin-clean-urls',
371365
{

docs/.vuepress/head.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module.exports = [
33
'meta',
44
{ name: 'viewport', content: 'width=device-width, initial-scale=1.0' },
55
],
6-
['link', { rel: 'preconnect', href: 'https://www.google-analytics.com' }],
76
[
87
'link',
98
{

0 commit comments

Comments
 (0)