"?raw" imports don't work with vercel

The vite
?raw
suffix syntax for importing static assets as a string does not work correctly when using vercel. Instead of importing the asset as a string, it imports the url of the file as a string as if the
?url
syntax had been used.
Was this page helpful?