@bbki.ng/site 5.2.4 → 5.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @bbki.ng/site
2
2
 
3
+ ## 5.2.5
4
+
3
5
  ## 5.2.4
4
6
 
5
7
  ## 5.2.3
package/index.html CHANGED
@@ -46,33 +46,11 @@
46
46
  rel="stylesheet"
47
47
  />
48
48
  <script src="https://unpkg.com/open-heart-element" type="module"></script>
49
+ <script type="module" src="https://cdn.jsdelivr.net/npm/@bbki.ng/bbimg@latest/dist/index.js"></script>
49
50
  </head>
50
51
 
51
52
  <body class="h-full m-0 flex flex-col font-mono">
52
53
  <div id="blog" class="grow noto-serif no-scrollbar"></div>
53
54
  <script type="module" src="/src/index.tsx"></script>
54
- <script type="module">
55
- // Import the functions you need from the SDKs you need
56
- import { initializeApp } from "https://www.gstatic.com/firebasejs/10.12.3/firebase-app.js";
57
- import { getAnalytics } from "https://www.gstatic.com/firebasejs/10.12.3/firebase-analytics.js";
58
- // TODO: Add SDKs for Firebase products that you want to use
59
- // https://firebase.google.com/docs/web/setup#available-libraries
60
-
61
- // Your web app's Firebase configuration
62
- // For Firebase JS SDK v7.20.0 and later, measurementId is optional
63
- const firebaseConfig = {
64
- apiKey: "AIzaSyCtVe_ZaoYmiFB3G8-5eMuBdR0T0IPeTYU",
65
- authDomain: "bbking-42349.firebaseapp.com",
66
- projectId: "bbking-42349",
67
- storageBucket: "bbking-42349.appspot.com",
68
- messagingSenderId: "627618965416",
69
- appId: "1:627618965416:web:4fee41b0f994c021c7df9d",
70
- measurementId: "G-YVYDLKY8YY",
71
- };
72
-
73
- // Initialize Firebase
74
- const app = initializeApp(firebaseConfig);
75
- const analytics = getAnalytics(app);
76
- </script>
77
55
  </body>
78
56
  </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbki.ng/site",
3
- "version": "5.2.4",
3
+ "version": "5.2.5",
4
4
  "description": "code behind bbki.ng",
5
5
  "main": "index.js",
6
6
  "type": "module",