在 next.js 中禁用尾部斜杠重定向
我有一些页面是 /hello.html
,不应更改,其他页面是 /hello
和 /hello/
。在现实生活中有点不同,但我不想从 /hello
重定向到 /hello/
,反之亦然。每个 url 都非常具体,不应更改。我想知道是否可以在 next.js 中以某种方式禁用此功能。
如果需要任何代码,我有一个自定义服务器和中间件。
I have some pages that are /hello.html
and should not be changed and others that are /hello
, and /hello/
. In real life are a bit different, but I would like to don't redirect from /hello
to /hello/
or viceversa. Each url is very specific and should not be changed. I was wondering if this feature can be disabled in next.js somehow.
I have a custom server and middleware if any code needs to go there..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论