Skip to content

Commit 506f25a

Browse files
authoredMay 19, 2020
fix: dupplicate ga (#407)
1 parent 4f3bd50 commit 506f25a

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed
 

‎website/docusaurus.config.js

+6-7
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ module.exports = {
3030
to: '/docs/user-guide/getting-started',
3131
position: 'left',
3232
},
33-
// {
34-
// label: 'Playground',
35-
// to: '/playground',
36-
// position: 'left',
37-
// },
33+
{
34+
label: 'Playground',
35+
href: 'https://htmlhint-playground.netlify.app',
36+
position: 'left',
37+
},
3838
{
3939
href: 'https://github.com/HTMLHint/HTMLHint',
4040
label: 'GitHub',
@@ -76,8 +76,7 @@ module.exports = {
7676
},
7777
},
7878
plugins: [
79-
'@docusaurus/plugin-google-analytics',
80-
// path.resolve(__dirname, './plugins/docusaurus-plugin-hotjar'),
79+
path.resolve(__dirname, './plugins/docusaurus-plugin-hotjar'),
8180
[
8281
'@docusaurus/plugin-sitemap',
8382
{

0 commit comments

Comments
 (0)
Please sign in to comment.