Skip to content

Commit 4c93539

Browse files
committed
code format
1 parent 261a7ef commit 4c93539

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/astro_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ jobs:
6464
steps:
6565
- name: Deploy to GitHub Pages
6666
id: deployment
67-
uses: actions/deploy-pages@v4
67+
uses: actions/deploy-pages@v4

src/utils/google-config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55

66
export 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
/**

0 commit comments

Comments
 (0)