Closed jboolean closed 2 years ago
Use a utility compress images to smaller sizes and formats. Generate html using <picture>, srcset, and sizes to provide multiple files.
<picture>
srcset
This required making ejs rendering asynchronous to support downloading external urls, so there are now awaits on all includes.
await
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Use a utility compress images to smaller sizes and formats. Generate html using
<picture>
,srcset
, and sizes to provide multiple files.This required making ejs rendering asynchronous to support downloading external urls, so there are now
await
s on all includes.