Skip to content

Commit

Permalink
chore: use yandex metrika for website
Browse files Browse the repository at this point in the history
  • Loading branch information
yarastqt committed Nov 26, 2020
1 parent a7a9fea commit 0dd1b4c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const path = require('path')

module.exports = {
title: 'themekit',
tagline: 'Build system of design-tokens for any platforms',
Expand Down Expand Up @@ -81,6 +83,9 @@ module.exports = {
],
copyright: `Copyright © ${new Date().getFullYear()} themekit.`,
},
yandexMetika: {
counterId: 69813862,
},
},
presets: [
[
Expand All @@ -104,4 +109,5 @@ module.exports = {
},
],
],
plugins: [path.resolve(__dirname, 'plugins/yandex-metrika.js')],
}

0 comments on commit 0dd1b4c

Please sign in to comment.