Skip to content

Commit

Permalink
fix: vitepress build
Browse files Browse the repository at this point in the history
(cherry picked from commit eee4e3c)
  • Loading branch information
TinsFox committed Nov 8, 2024
1 parent c240686 commit 4c97674
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/guide/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If you have multiple applications that need to be connected to different clients

If you have such needs, you can refer to the following configuration file and modify it. After verification, this configuration file is available.

```nginx.conf{12-20}
```nginx{12-20}
server {
listen 80;
server_name localhost;
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/guide/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ docker run -d -p 80:80 --name shadcnui-boilerplate shadcnui-boilerplate
如果你有需要的话,可以参考下面的配置文件,然后进行修改。经过验证,这个配置文件是可用的。

```nginx.conf{12-20}
```nginx{12-20}
server {
listen 80;
server_name localhost;
Expand Down

0 comments on commit 4c97674

Please sign in to comment.