This repository was archived by the owner on Jan 28, 2025. It is now read-only.
Force image lambda creation when import not found #2436
Unanswered
stevedeighton
asked this question in
Q&A
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.
-
Hi,
We're using this plugin to run dynamically built websites using Next's dynamic import. As there as no imports directly to next/image (we wrap it in our own Image component - and then dynamically import that through string interpolation), the image lambda is not created. However, the data is almost always going to include images and so I was wondering if there was a way to force its creation, rather than relying on a workaround, such as a hardcoded image.
Thanks,
Steve
Beta Was this translation helpful? Give feedback.
All reactions