fix: fix missing analytics (#2826)
fix: typo in environment variable name
This commit is contained in:
parent
9eac00b303
commit
7f6db561f5
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ const firebaseConfig = {
|
|||
projectId: import.meta.env.VITE_PROJECT_ID,
|
||||
storageBucket: import.meta.env.VITE_STORAGE_BUCKET,
|
||||
messagingSenderId: import.meta.env.VITE_MESSAGING_SENDER_ID,
|
||||
appId: import.meta.env.VITE_APP_TITLE,
|
||||
appId: import.meta.env.VITE_APP_ID,
|
||||
measurementId: import.meta.env.VITE_MEASUREMENT_ID,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue