-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
So, recently I found out something cool about Vite that lets you serve static assets from a given folder other than public. This tool will make it so you might use absolute paths like '/asset1.svg' to reference the path, instead of '/resources/asset1.svg'. The problem is that SVGR does not recognize that kind of path thus forcing the user to go either with the complete absolute path or relative one. Is there an specific way to deal with that condition using the guidelines?
Metadata
Metadata
Assignees
Labels
No labels