You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I upload an icon in SVG format through the interface, and attempt to copy the URL generated for use in my code, I'm encountering an issue where the SVG icon is not being uploaded to the S3 bucket as expected. Instead, I'm provided with a lengthy base64-encoded data URI for the image, resulting in extremely long lines of code. This presents a challenge in maintaining clean and readable code.
When I upload an icon in SVG format through the interface, and attempt to copy the URL generated for use in my code, I'm encountering an issue where the SVG icon is not being uploaded to the S3 bucket as expected. Instead, I'm provided with a lengthy base64-encoded data URI for the image, resulting in extremely long lines of code. This presents a challenge in maintaining clean and readable code.
Code Example (SVG Upload)
Ideally, I would like SVG icons to be treated similarly to PNG icons, resulting in a direct URL to the image stored on the S3 server, like this:
This not only enhances code clarity but also allows for more efficient management and updating of icons.
The text was updated successfully, but these errors were encountered: