mirror of
https://github.com/rehlds/rehlds.github.io.git
synced 2025-05-31 07:47:40 +03:00
fix plugins place in config
This commit is contained in:
parent
d46b168ef8
commit
6f6909273d
@ -141,23 +141,24 @@ const config: Config = {
|
|||||||
apiKey: "41b3073341af875e11a1de96cd00f535",
|
apiKey: "41b3073341af875e11a1de96cd00f535",
|
||||||
indexName: "rehldsio",
|
indexName: "rehldsio",
|
||||||
},
|
},
|
||||||
plugins: [
|
|
||||||
[
|
|
||||||
"@docusaurus/plugin-google-gtag",
|
|
||||||
{
|
|
||||||
trackingID: "G-REKDWWGWC3",
|
|
||||||
anonymizeIP: false,
|
|
||||||
},
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"docusaurus-plugin-yandex-metrica",
|
|
||||||
{
|
|
||||||
counterID: "98867928",
|
|
||||||
webvisor: true,
|
|
||||||
},
|
|
||||||
],
|
|
||||||
],
|
|
||||||
} satisfies Preset.ThemeConfig,
|
} satisfies Preset.ThemeConfig,
|
||||||
|
|
||||||
|
plugins: [
|
||||||
|
[
|
||||||
|
"@docusaurus/plugin-google-gtag",
|
||||||
|
{
|
||||||
|
trackingID: "G-REKDWWGWC3",
|
||||||
|
anonymizeIP: false,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"docusaurus-plugin-yandex-metrica",
|
||||||
|
{
|
||||||
|
counterID: "98867928",
|
||||||
|
webvisor: true,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
export default config;
|
export default config;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user