Skip to content

Commit

Permalink
🎉 version(architecture): v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ting-Code committed Aug 20, 2024
1 parent 70f9ce4 commit 39448f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ http {
root /usr/share/nginx/html/docs;
# 默认首页
index index.html;
try_files $uri $uri/ /docs/index.html;
# 尝试从磁盘找到请求的文件,如果不存在则跳转到 index.html
try_files $uri $uri/ /index.html;
}
}
}
Expand Down

0 comments on commit 39448f4

Please sign in to comment.