* Remove use of URL module We can't use this module due to Vite not having a shim and this needing to run inside Vite. * Adding a changeset
158 B
158 B
astro |
---|
patch |
Fixes regression in build caused by use of URL module
Using this module breaks the build because Vite tries to shim it, incorrectly.