@bbki.ng/site 5.5.13 → 5.5.14
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 +8 -0
- package/index.html +4 -4
- package/package.json +2 -2
- package/src/blog/main.css +0 -6
package/CHANGELOG.md
CHANGED
package/index.html
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<meta name="theme-color" content="#ffffff" />
|
|
16
16
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
17
17
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
18
|
-
<link
|
|
18
|
+
<!-- <link
|
|
19
19
|
href="/google-font.css"
|
|
20
20
|
rel="stylesheet"
|
|
21
21
|
media="print"
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
this.media = 'all';
|
|
24
24
|
this.onload = null;
|
|
25
25
|
"
|
|
26
|
-
/>
|
|
26
|
+
/> -->
|
|
27
27
|
<style>
|
|
28
28
|
bb-img:not(:defined) {
|
|
29
29
|
display: block;
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
></script>
|
|
45
45
|
</head>
|
|
46
46
|
|
|
47
|
-
<body class="h-full m-0 flex flex-col
|
|
48
|
-
<div id="blog" class="grow
|
|
47
|
+
<body class="h-full m-0 flex flex-col">
|
|
48
|
+
<div id="blog" class="grow no-scrollbar font-mono"></div>
|
|
49
49
|
<script type="module" src="/src/index.tsx"></script>
|
|
50
50
|
</body>
|
|
51
51
|
</html>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bbki.ng/site",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.14",
|
|
4
4
|
"description": "code behind bbki.ng",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"react-dom": "^18.0.0",
|
|
15
15
|
"react-router-dom": "6",
|
|
16
16
|
"swr": "^2.2.5",
|
|
17
|
-
"@bbki.ng/ui": "0.2.
|
|
17
|
+
"@bbki.ng/ui": "0.2.10"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@eslint/compat": "^1.0.0",
|