gpt4 book ai didi

next.js - 如何在 Next.js 中排除单个路由中的尾部斜线?

转载 作者:行者123 更新时间:2023-12-05 08:10:46 24 4
gpt4 key购买 nike

我在某些页面上使用 Next.js 尾部斜线有问题,我正在使用如下媒体查询:

/test?type=something

但尾部有斜线,我得到

/test/?type=something

是否有任何解决方案可以删除某些特定页面上的尾部斜杠?

最佳答案

目前,您只能为所有页面设置行为。

根据Next.js documentation :

打开next.config.js并配置trailingSlash:

module.exports = {
trailingSlash: true/flase,
}

关于next.js - 如何在 Next.js 中排除单个路由中的尾部斜线?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69952984/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com