Skip to content

Commit

Permalink
trying UA
Browse files Browse the repository at this point in the history
  • Loading branch information
Lullabyq committed Dec 26, 2022
1 parent 6a7e2cc commit d705e52
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@

const lightCodeTheme = require('prism-react-renderer/themes/github');
const darkCodeTheme = require('prism-react-renderer/themes/dracula');
const { SEOIgnorePatterns, BASE_URL } = require('./config');

/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'База знаний Sendsay',
tagline: 'Советы и ответы от команды Sendsay',
url: 'https://sendsay.ru',
url: BASE_URL,
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw',
Expand Down Expand Up @@ -54,10 +55,14 @@ const config = {
theme: {
customCss: require.resolve('./src/css/custom.css'),
},
gtag: {
trackingID: 'G-DQGSK1RV7G',
googleAnalytics: {
trackingID: 'UA-2163144-25',
anonymizeIP: true,
},
// gtag: {
// trackingID: 'G-DQGSK1RV7G',
// anonymizeIP: true,
// },
}),
],
],
Expand Down

0 comments on commit d705e52

Please sign in to comment.