Blur-up image loading with next/image
Found a way to make it work for article images and book covers. Using
next-placeholder to get
blurhash
during the build time, then passing it to
blurhash.
Unfortunately non-meta images are still lacking this feature. Generating a map of blurhashes of each local image could be a solution. It's a bit ugly though.