@bbki.ng/site 5.4.49 → 5.4.51

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.51
4
+
5
+ ### Patch Changes
6
+
7
+ - af58dbb: css 404
8
+ - Updated dependencies [af58dbb]
9
+ - @bbki.ng/ui@0.1.25
10
+
11
+ ## 5.4.50
12
+
13
+ ### Patch Changes
14
+
15
+ - e6d433d: css minify
16
+ - Updated dependencies [e6d433d]
17
+ - @bbki.ng/ui@0.1.24
18
+
3
19
  ## 5.4.49
4
20
 
5
21
  ### Patch Changes
package/index.html CHANGED
@@ -16,8 +16,13 @@
16
16
  <link rel="preconnect" href="https://fonts.googleapis.com" />
17
17
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
18
18
  <link
19
- href="https://fonts.googleapis.com/css2?family=Noto+Serif+SC&display=swap"
19
+ href="/google-font.css"
20
20
  rel="stylesheet"
21
+ media="print"
22
+ onload="
23
+ this.media = 'all';
24
+ this.onload = null;
25
+ "
21
26
  />
22
27
  <style>
23
28
  bb-img:not(:defined) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbki.ng/site",
3
- "version": "5.4.49",
3
+ "version": "5.4.51",
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.23"
17
+ "@bbki.ng/ui": "0.1.25"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@eslint/compat": "^1.0.0",