Closed aldrino closed 1 year ago
Issue related to - https://github.com/sveltejs/sapper/issues/1781
I was literally about to make the same pr lol rip my time
also related to #1002 and #1174 (Unicode characters get encoded.)
This would need a test. I'm a bit hesitant to merge anything else into Sapper though. Is there any reason you don't just use SvelteKit?
SvelteKit 1.0 is now out and Sapper is deprecated, so I'm going to close this
The change here is to appropriately fetch the baseUrl in cases where the URL is encoded.
Current req.baseUrl - http://localhost:3000/b/ (Fails loading of assets) Expected req.baseUrl - http://localhost:3000/