@bbki.ng/site 5.4.48 → 5.4.49
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 +5 -17
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/index.html
CHANGED
|
@@ -1,32 +1,18 @@
|
|
|
1
1
|
<!doctype html>
|
|
2
2
|
<html lang="en" class="h-full no-scrollbar">
|
|
3
3
|
<head>
|
|
4
|
-
<
|
|
4
|
+
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
|
6
|
+
<title>bbki.ng</title>
|
|
6
7
|
<meta name="description" content="baby king" />
|
|
7
8
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
|
8
|
-
<link
|
|
9
|
-
rel="preload"
|
|
10
|
-
href="https://api.bbki.ng/projects"
|
|
11
|
-
as="fetch"
|
|
12
|
-
crossorigin
|
|
13
|
-
type="application/json"
|
|
14
|
-
/>
|
|
15
|
-
<link
|
|
16
|
-
rel="preload"
|
|
17
|
-
href="https://api.bbki.ng/posts"
|
|
18
|
-
as="fetch"
|
|
19
|
-
crossorigin
|
|
20
|
-
type="application/json"
|
|
21
|
-
/>
|
|
22
|
-
<link rel="icon" type="image/svg" href="/favicon.svg" />
|
|
9
|
+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
23
10
|
<link rel="alternate icon" href="/favicon.ico" type="image/png" sizes="16x16" />
|
|
24
11
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png?v=1.0" sizes="180x180" />
|
|
25
12
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
|
26
13
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
|
27
14
|
<link rel="mask-icon" href="/favicon.svg" color="#FFFFFF" />
|
|
28
15
|
<meta name="theme-color" content="#ffffff" />
|
|
29
|
-
<meta charset="UTF-8" />
|
|
30
16
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
31
17
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
32
18
|
<link
|
|
@@ -44,10 +30,12 @@
|
|
|
44
30
|
<script
|
|
45
31
|
type="module"
|
|
46
32
|
src="https://cdn.jsdelivr.net/npm/@bbki.ng/bbimg@0.0.3/dist/index.js"
|
|
33
|
+
async
|
|
47
34
|
></script>
|
|
48
35
|
<script
|
|
49
36
|
type="module"
|
|
50
37
|
src="https://cdn.jsdelivr.net/npm/@bbki.ng/bb-msg-history@3.0.0/dist/index.js"
|
|
38
|
+
async
|
|
51
39
|
></script>
|
|
52
40
|
</head>
|
|
53
41
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bbki.ng/site",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.49",
|
|
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.1.
|
|
17
|
+
"@bbki.ng/ui": "0.1.23"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@eslint/compat": "^1.0.0",
|