fix: pay
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 56s

This commit is contained in:
luo
2026-07-03 09:07:28 +08:00
parent 6756ad5700
commit a9fbbea1e6
7 changed files with 144 additions and 35 deletions

View File

@@ -17,8 +17,7 @@ server {
add_header Content-Type text/plain;
}
# H5 部署到 /h5
location /h5/ {
location / {
alias /usr/share/nginx/html/;
index index.html;
try_files $uri $uri/ /index.html;