@modern-js/main-doc 2.65.0 → 2.65.1

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.
@@ -348,7 +348,7 @@ In Modern.js, the default `baseURL` is `'/'`. You can configure it by modifying
348
348
  For projects with client-side routing, you can never access HTML files through the `/index.html` path.
349
349
  :::
350
350
 
351
- ## Nignx
351
+ ## Nginx
352
352
 
353
353
  Nginx is a high-performance HTTP and reverse proxy server that can handle static files, reverse proxy, load balancing, and other functions. Deploying on Nginx typically requires configuring the `nginx.conf` file.
354
354
 
@@ -339,7 +339,7 @@ app.listen(3000);
339
339
  存在浏览器路由的项目,永远无法通过 `/index.html` 路径来访问到 HTML 文件。
340
340
  :::
341
341
 
342
- ## Nignx
342
+ ## Nginx
343
343
 
344
344
  Nginx 是一个高性能的 HTTP 和反向代理服务器,它可以处理静态文件、反向代理、负载均衡等功能。在 Nginx 上部署,通常需要配置 `nginx.conf` 文件。
345
345
 
package/package.json CHANGED
@@ -15,14 +15,14 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.65.0",
18
+ "version": "2.65.1",
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": "2.65.0"
25
+ "@modern-js/sandpack-react": "2.65.1"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@rspress/shared": "1.40.2",