VuePress伪静态

location / {
  index index.html;
  try_files $uri $uri/ @rewriteapp;
}

location @rewriteapp {
  rewrite ^(.*)$ $1.html last;
}
最后修改:2023 年 10 月 18 日 11 : 00 AM
如果觉得我的文章对你有用,请随意赞赏

发表评论