我想要的是用戶輸入https://www.example.com/test,用戶獲取 NextJS 動(dòng)態(tài)路由的內(nèi)容/test/index.js。 這在本地有效。會(huì)發(fā)生什么用戶輸入https://www.example.com/test,用戶獲取根頁面(index.js)的內(nèi)容。瀏覽器仍然顯示https://www.example.com/test但它不是/test/index.js. 這僅出現(xiàn)在生產(chǎn)中。
NextJS 在生產(chǎn)環(huán)境中調(diào)用動(dòng)態(tài)頁面重定向到 root
炎炎設(shè)計(jì)
2023-05-25 17:10:10