File tree 1 file changed +12
-7
lines changed
1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import redirects from "./redirects";
15
15
import { admonitionsConfig } from "./admonitionsConfig" ;
16
16
import socialProfiles from './social' ;
17
17
18
- require ( '@dotenvx/dotenvx' ) . config ( { path : '.env.local' } ) ;
18
+ // require('@dotenvx/dotenvx').config({ path: '.env.local' });
19
19
20
20
21
21
const copyright = `Copyright © ${ new Date ( ) . getFullYear ( ) } <a href='/me' target='_blank'>Keith Tan </a> <br>· The SpaceHub Project · ` ;
@@ -140,13 +140,18 @@ const config: Config = {
140
140
filename : "sitemap.xml" ,
141
141
} ,
142
142
143
- gtag : process . env . GTAG_ID
144
- ? {
145
- trackingID : process . env . GTAG_ID ,
146
- anonymizeIP : true ,
147
- }
148
- : undefined ,
143
+ // gtag: process.env.GTAG_ID
144
+ // ? {
145
+ // trackingID: process.env.GTAG_ID,
146
+ // anonymizeIP: true,
147
+ // }
148
+ // : undefined,
149
149
150
+ gtag : {
151
+ trackingID : 'G-YYZ6V070LQ' ,
152
+ anonymizeIP : true ,
153
+ } ,
154
+
150
155
151
156
} satisfies Preset . Options ,
152
157
] ,
You can’t perform that action at this time.
0 commit comments