From af820ec88ba7ddf88902b2e03bafb5e6e692cda0 Mon Sep 17 00:00:00 2001 From: Yulian Date: Sun, 1 Sep 2024 14:28:17 +0200 Subject: [PATCH] =?UTF-8?q?=D0=BA=D0=BE=D1=80=D0=BE=D1=87=D0=B5=20=D0=B7?= =?UTF-8?q?=20=D0=BF=D0=BB=D0=B0=D0=B3=D1=96=D0=BD=D0=B0=D0=BC=D0=B8=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=B3=D0=B0=D0=BD=D0=B0=20=D0=B1=D1=83=D0=BB=D0=B0?= =?UTF-8?q?=20=D1=96=D0=B4=D0=B5=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docusaurus.config.js | 26 +------------------------- package.json | 5 +---- 2 files changed, 2 insertions(+), 29 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index b9566ea1..aa731a29 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -47,31 +47,7 @@ const config = { }), ], ], - - plugins: [ - [ - '@docusaurus/plugin-google-analytics', - { - trackingID: 'G-9CFDMS82J9', - anonymizeIP: true, - }, - ], - [ - '@docusaurus/plugin-google-tag-manager', - { - containerId: 'GTM-K25D9CQ2', - }, - ], - [ - '@docusaurus/plugin-sitemap', - { - changefreq: 'weekly', - priority: 0.5, - trailingSlash: false, - }, - ] - ], - + scripts: [ { src: "https://www.googletagmanager.com/gtag/js?id=G-9CFDMS82J9", diff --git a/package.json b/package.json index ddc54976..ac81beba 100644 --- a/package.json +++ b/package.json @@ -21,10 +21,7 @@ "prism-react-renderer": "^1.3.5", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-router-dom": "^6.9.0", - "@docusaurus/plugin-google-analytics": "latest", - "@docusaurus/plugin-google-tag-manager": "latest", - "@docusaurus/plugin-sitemap": "latest" + "react-router-dom": "^6.9.0" }, "devDependencies": { "@docusaurus/module-type-aliases": "2.3.1"