This codemod makes exposeHeadRoutes true by default
š¦ Impact Level: Minimal
What Changed
Starting with v4, every GET route will create a sibling HEAD route. You can revert this behavior by setting exposeHeadRoutes: false in the server options.
Before
jsx
After
jsx