File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6464 steps :
6565 - name : Deploy to GitHub Pages
6666 id : deployment
67- uses : actions/deploy-pages@v4
67+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 55
66export const GOOGLE_CONFIG = {
77 // Google Analytics Measurement ID
8- GA_MEASUREMENT_ID : import . meta. env . PUBLIC_GA_MEASUREMENT_ID || '' ,
8+ GA_MEASUREMENT_ID : import . meta. env . PUBLIC_GA_MEASUREMENT_ID || "" ,
99
1010 // Google Tag Manager Container ID
11- GTM_ID : import . meta. env . PUBLIC_GTM_ID || '' ,
11+ GTM_ID : import . meta. env . PUBLIC_GTM_ID || "" ,
1212
1313 // Google AdSense Client ID
14- ADSENSE_CLIENT_ID : import . meta. env . PUBLIC_GOOGLE_ADSENSE_CLIENT_ID || '' ,
14+ ADSENSE_CLIENT_ID : import . meta. env . PUBLIC_GOOGLE_ADSENSE_CLIENT_ID || "" ,
1515
1616 // Google Site Verification
17- SITE_VERIFICATION : import . meta. env . PUBLIC_GOOGLE_SITE_VERIFICATION || '' ,
17+ SITE_VERIFICATION : import . meta. env . PUBLIC_GOOGLE_SITE_VERIFICATION || "" ,
1818} as const ;
1919
2020/**
You can’t perform that action at this time.
0 commit comments