@bbki.ng/site 5.4.48 → 5.4.50

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,21 @@
1
1
  # @bbki.ng/site
2
2
 
3
+ ## 5.4.50
4
+
5
+ ### Patch Changes
6
+
7
+ - e6d433d: css minify
8
+ - Updated dependencies [e6d433d]
9
+ - @bbki.ng/ui@0.1.24
10
+
11
+ ## 5.4.49
12
+
13
+ ### Patch Changes
14
+
15
+ - 146552c: html error
16
+ - Updated dependencies [146552c]
17
+ - @bbki.ng/ui@0.1.23
18
+
3
19
  ## 5.4.48
4
20
 
5
21
  ### Patch Changes
package/index.html CHANGED
@@ -1,37 +1,28 @@
1
1
  <!doctype html>
2
2
  <html lang="en" class="h-full no-scrollbar">
3
3
  <head>
4
- <title>bbki.ng</title>
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
33
- href="https://fonts.googleapis.com/css2?family=Noto+Serif+SC&display=swap"
19
+ href="google-font.css"
34
20
  rel="stylesheet"
21
+ media="print"
22
+ onload="
23
+ this.media = 'all';
24
+ this.onload = null;
25
+ "
35
26
  />
36
27
  <style>
37
28
  bb-img:not(:defined) {
@@ -44,10 +35,12 @@
44
35
  <script
45
36
  type="module"
46
37
  src="https://cdn.jsdelivr.net/npm/@bbki.ng/bbimg@0.0.3/dist/index.js"
38
+ async
47
39
  ></script>
48
40
  <script
49
41
  type="module"
50
42
  src="https://cdn.jsdelivr.net/npm/@bbki.ng/bb-msg-history@3.0.0/dist/index.js"
43
+ async
51
44
  ></script>
52
45
  </head>
53
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbki.ng/site",
3
- "version": "5.4.48",
3
+ "version": "5.4.50",
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.22"
17
+ "@bbki.ng/ui": "0.1.24"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@eslint/compat": "^1.0.0",