@bbki.ng/site 5.2.3 → 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 +4 -0
- package/index.html +1 -23
- package/package.json +1 -1
- package/src/blog/components/comment/index.tsx +1 -0
package/CHANGELOG.md
CHANGED
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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {}
|