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
Instead of doing route resolution requests through `_app/route/...`, do it through `<pathname>/__route.js`:
- more consistent with what we do for `/__data.json` requests already
- avoids problems with cookies: If you set a cookie on `/foo`, we would need to add it to `_app/route/foo` aswell, if we didn't change this
0 commit comments