GOTAB 随记
搜索文章
首页
分类
标签
归档
关于
旗下应用
= 768 && isOpen) { isOpen = false; setTimeout(() => enableScroll(document.body), 200); }" >
enableScroll(document.body), 200);" x-transition:enter="transition ease duration-300" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="transition ease duration-300" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" style=" position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 1001; overscroll-behavior: none; " >
enableScroll(document.body), 200)" >
首页
分类
标签
归档
关于
旗下应用
解决 Nextjs 纯静态页面需要添加 .html 后缀才可以访问的问题
作者:doxwant
发布时间: 2025-07-16
阅读量:105
评论数:0
教程指南
#运维
#前端
#nginx
#nextjs
在 nginx 中添加如下一个
伪静态
规则即可。
location / { try_files $uri $uri.html $uri/ =404; }
高性价比云服务器特惠
微信赞赏码
支付宝赞赏码
# 网址导航
(1)
# mac
(2)
# mysql
(1)
# 青龙面板
(1)
# 管理系统
(1)
# 工程检测
(1)
# docker
(3)
# golang
(1)
# nextjs
(5)
# nginx
(2)
# vue
(0)
# react
(3)
# frp
(2)
# 运维
(3)
# 前端
(3)
# 主题
(1)
上一篇:使用 frp 内网穿透时如何获取真...
下一篇:Frp:服务端 frps.toml...
评论