Skip to content

Commit f96c8f4

Browse files
Update 404.html
Signed-off-by: Glowing Jellyfish Studio <[email protected]>
1 parent d3c101e commit f96c8f4

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

404.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,28 @@ <h1>404</h1>
4242
<p>Oops! The page you're looking for doesn't exist.</p>
4343
<p><a href="/">Go back</a></p>
4444
</div>
45+
<script type="module">
46+
// Import the functions you need from the SDKs you need
47+
import { initializeApp } from "https://www.gstatic.com/firebasejs/11.1.0/firebase-app.js";
48+
import { getAnalytics } from "https://www.gstatic.com/firebasejs/11.1.0/firebase-analytics.js";
49+
// TODO: Add SDKs for Firebase products that you want to use
50+
// https://firebase.google.com/docs/web/setup#available-libraries
51+
52+
// Your web app's Firebase configuration
53+
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
54+
const firebaseConfig = {
55+
apiKey: "AIzaSyBmRX48_EdZ08-L4KCPhAunCWDy8LBIo1E",
56+
authDomain: "glowing-jellyfish-studios.firebaseapp.com",
57+
projectId: "glowing-jellyfish-studios",
58+
storageBucket: "glowing-jellyfish-studios.firebasestorage.app",
59+
messagingSenderId: "79644324993",
60+
appId: "1:79644324993:web:c3073d0258067326224980",
61+
measurementId: "G-Y0C7CHSP0Z"
62+
};
63+
64+
// Initialize Firebase
65+
const app = initializeApp(firebaseConfig);
66+
const analytics = getAnalytics(app);
67+
</script>
4568
</body>
4669
</html>

0 commit comments

Comments
 (0)