Skip to content

Commit

Permalink
fix: dupplicate ga (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
thedaviddias authored May 19, 2020
1 parent 4f3bd50 commit 506f25a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ module.exports = {
to: '/docs/user-guide/getting-started',
position: 'left',
},
// {
// label: 'Playground',
// to: '/playground',
// position: 'left',
// },
{
label: 'Playground',
href: 'https://htmlhint-playground.netlify.app',
position: 'left',
},
{
href: 'https://github.com/HTMLHint/HTMLHint',
label: 'GitHub',
Expand Down Expand Up @@ -76,8 +76,7 @@ module.exports = {
},
},
plugins: [
'@docusaurus/plugin-google-analytics',
// path.resolve(__dirname, './plugins/docusaurus-plugin-hotjar'),
path.resolve(__dirname, './plugins/docusaurus-plugin-hotjar'),
[
'@docusaurus/plugin-sitemap',
{
Expand Down

0 comments on commit 506f25a

Please sign in to comment.