faststore icon indicating copy to clipboard operation
faststore copied to clipboard

Disable generating image sizes for SVGs

Open jonmast opened this issue 1 year ago • 2 comments

NextJS bails out early when given an SVG for their default loader, because it doesn't handle those properly. The same is true of the thumbor server, it tries to convert the SVGs to webp which doesn't look good at all.

See stock code here https://github.com/vercel/next.js/blob/canary/packages/next/src/client/legacy/image.tsx#L170-L174

jonmast avatar Mar 06 '24 21:03 jonmast

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
faststore-site ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 6, 2024 9:52pm

vercel[bot] avatar Mar 06 '24 21:03 vercel[bot]

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

codesandbox-ci[bot] avatar Mar 06 '24 21:03 codesandbox-ci[bot]