fix: fix missing analytics (#2826)
fix: typo in environment variable name
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user