OtherNext.jsOn this pageNext.jsnext.config.js 的 rewrites,如下範例,代表 about 頁面會顯示 / 頁面內容module.exports = { async rewrites() { return [ { source: "/about", destination: "/", }, ]; },};參考資料Rewrites