-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
req.originalUrl
for better Vite compatibility (#7343)
* Use req.originalUrl for better Vite compatibility * Revert "Use req.originalUrl for better Vite compatibility" This reverts commit bd5dafb. * set url to originalUrl * Create lucky-moles-count.md Co-authored-by: Rich Harris <[email protected]>
- Loading branch information
1 parent
7b1a375
commit 822d283
Showing
2 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@sveltejs/kit": patch | ||
--- | ||
|
||
Restore `req.url` to `req.originalUrl` in dev and preview |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters