@modern-js/main-doc 0.0.0-nightly-20240815170713 → 0.0.0-nightly-20240816170717

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.
@@ -42,7 +42,7 @@ When there is an `icon.*` file in the `config` directory at the root of the proj
42
42
  After the build is completed, you can see the following tags automatically generated in HTML:
43
43
 
44
44
  ```html
45
- <link rel="apple-touch-icon" sizes="180*180" href="/static/image/icon.png" />
45
+ <link rel="apple-touch-icon" sizes="180x180" href="/static/image/icon.png" />
46
46
  ```
47
47
 
48
48
  ### Order
@@ -42,7 +42,7 @@ sidebar_position: 2
42
42
  构建完成后,可以看到 HTML 中自动生成了以下标签:
43
43
 
44
44
  ```html
45
- <link rel="apple-touch-icon" sizes="180*180" href="/static/image/icon.png" />
45
+ <link rel="apple-touch-icon" sizes="180x180" href="/static/image/icon.png" />
46
46
  ```
47
47
 
48
48
  ### 查找顺序
package/package.json CHANGED
@@ -15,17 +15,17 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-nightly-20240815170713",
18
+ "version": "0.0.0-nightly-20240816170717",
19
19
  "publishConfig": {
20
20
  "registry": "https://registry.npmjs.org/",
21
21
  "access": "public",
22
22
  "provenance": true
23
23
  },
24
24
  "dependencies": {
25
- "@modern-js/sandpack-react": "0.0.0-nightly-20240815170713"
25
+ "@modern-js/sandpack-react": "0.0.0-nightly-20240816170717"
26
26
  },
27
27
  "peerDependencies": {
28
- "@modern-js/builder-doc": "0.0.0-nightly-20240815170713"
28
+ "@modern-js/builder-doc": "0.0.0-nightly-20240816170717"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@rspress/shared": "1.27.0",
@@ -39,7 +39,7 @@
39
39
  "rspress": "1.27.0",
40
40
  "ts-node": "^10.9.1",
41
41
  "typescript": "^5",
42
- "@modern-js/builder-doc": "0.0.0-nightly-20240815170713"
42
+ "@modern-js/builder-doc": "0.0.0-nightly-20240816170717"
43
43
  },
44
44
  "scripts": {
45
45
  "dev": "rspress dev",