Compare commits

...

2 Commits

Author SHA1 Message Date
Viktor Rådberg
97f9bb75e5 bump 2024-03-31 19:58:00 +02:00
Viktor Rådberg
341cb3cde0 revert new api key 2024-03-31 19:57:16 +02:00
2 changed files with 2 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "life-trinket",
"private": true,
"version": "0.9.44",
"version": "0.9.45",
"type": "commonjs",
"engines": {
"node": ">=18",

View File

@@ -2,9 +2,7 @@ import { initializeApp } from 'firebase/app';
import { getAnalytics, logEvent } from 'firebase/analytics';
const firebaseConfig = {
apiKey:
import.meta.env.VITE_FIREBASE_API_KEY ??
'AIzaSyCZ1AHMb5zmWS4VoRnC-OBxTswUfrJ0mlY',
apiKey: 'AIzaSyCZ1AHMb5zmWS4VoRnC-OBxTswUfrJ0mlY',
authDomain: 'life-trinket.firebaseapp.com',
projectId: 'life-trinket',
storageBucket: 'life-trinket.appspot.com',