mirror of
https://github.com/rehlds/rehlds.github.io.git
synced 2025-02-11 22:28:46 +03:00
Configure gtag as plugin
This commit is contained in:
parent
8383d8aca1
commit
0d1e7fa65c
@ -58,10 +58,6 @@ const config: Config = {
|
|||||||
theme: {
|
theme: {
|
||||||
customCss: "./src/css/custom.css",
|
customCss: "./src/css/custom.css",
|
||||||
},
|
},
|
||||||
gtag: {
|
|
||||||
trackingID: "G-REKDWWGWC3",
|
|
||||||
anonymizeIP: false,
|
|
||||||
},
|
|
||||||
} satisfies Preset.Options,
|
} satisfies Preset.Options,
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
@ -145,6 +141,13 @@ const config: Config = {
|
|||||||
indexName: "rehldsio",
|
indexName: "rehldsio",
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
|
[
|
||||||
|
"@docusaurus/plugin-google-gtag",
|
||||||
|
{
|
||||||
|
trackingID: "G-REKDWWGWC3",
|
||||||
|
anonymizeIP: false,
|
||||||
|
},
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"docusaurus-plugin-yandex-metrica",
|
"docusaurus-plugin-yandex-metrica",
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user