File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,9 @@ const config = {
22
22
type : "text/css" ,
23
23
} ,
24
24
] ,
25
- scripts : [
26
- {
27
- src : "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7756182462259588" ,
28
- async : true ,
29
- crossorigin : "anonymous" ,
30
- } ,
31
- ] ,
25
+ scripts : [ ] ,
32
26
/** @type {import('@docusaurus/preset-classic').ThemeConfig } */
33
27
themeConfig : {
34
- googleAdsense : {
35
- dataAdClient : "ca-pub-7756182462259588" ,
36
- } ,
37
28
navbar : {
38
29
hideOnScroll : true ,
39
30
logo : {
@@ -118,11 +109,11 @@ const config = {
118
109
} ,
119
110
presets : [
120
111
[
121
- "classic" ,
112
+ "@docusaurus/preset- classic" ,
122
113
/** @type {import('@docusaurus/preset-classic').Options } */
123
114
{
124
115
gtag : {
125
- trackingID : "UA-172955705-1 " ,
116
+ trackingID : "G-VX1V9NRMDC " ,
126
117
anonymizeIP : true ,
127
118
} ,
128
119
docs : {
You can’t perform that action at this time.
0 commit comments