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
add a getBlurDataURL server-side helper to generate base64 blurred placeholder (5404d56)
add separate loader.js module entry to be used with Next.js v13 loaderFile setting (a6577b7)
BREAKING CHANGES
previously implemented blurDataURL auto-generation won't work in Next.js v13. It was a bad way because the blurry image was requested from the server in runtime. A new way is to generate a blurry image base64 string at build time using getBlurDataURL. See README.