vercel / next.js

The React Framework
https://nextjs.org
MIT License
122.59k stars 26.23k forks source link

chore: turbopack metadata routes normalizing #67159

Closed huozhi closed 4 days ago

huozhi commented 4 days ago

What

Remove unused helps on load app manifest for turbopack, clean up the previous sitemap related changes. The path/page mapping is still need to be kept now since the we create the entries is based on app folder structure for turbopack, and not able to change based on the module export, so still need to map the modified route path back to the file structure path

ijjk commented 4 days ago

Tests Passed