inertiajs / inertia

Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.
https://inertiajs.com
MIT License
6.56k stars 435 forks source link

[2.x] $page url should not include the host #2032

Closed joetannenbaum closed 1 month ago

joetannenbaum commented 1 month ago

This was an accidental breaking change in 2.x, previously $page.url did not include the full URL, now it does. This PR fixes that.

Fixes #2020