You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
b454563: adds the option to change the public directory to something other than the default "public"
Patch Changes
7282ef4: fix: check for null instad of undefined in HeaderProxy
12f3a3d: Handle multiple exports from the same file in fs-router
222c8fc: Enhance route matching to return isPage flag and add tests for plain text API response and Missing page handling that has both api/file routes.
f674717: delete expired cookies in Single-Flight requests
12f3a3d: Add a test route for multiple exports handling and correct variable typos
ffd7cba: fix nested route with escaping resolved incorrectly (#1829).
before /routes/nested/(ignored)route.tsx resolved to /nestedroute,
and now it resolves to /nested/route.