Feature: Prerender Images #6090
LandonSchropp
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building a personal static site that renders book covers based on dynamic content. In order to fetch the book cover images, I'm using the OpenLibrary API along with a custom file route.
This works great in development mode, but fails when I pre-render the site (
prerender: { enabled: true, crawlLinks: true }), it fails because images are not crawled. It would be awesome if they could be. 🙂Beta Was this translation helpful? Give feedback.
All reactions