-
Notifications
You must be signed in to change notification settings - Fork 86
next export
with next/image
+ this plugin
#645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi. Currently this plugin doesn't support |
Same issue here.. |
I'm going to close this because |
Sorry, but the link is broken. Could you please point me to a correct one? |
Describe the bug
When using this plugin, running
next export
doesn't work, because there's no custom configuration innext.config.js
targeting the function that this plugin installs in the site during build time.I'm not sure what this really means. Since the function is deployed after building, I'd need to customise the loader to call the function; but I don't know the URL for it at build time, and there's no function deployed until after the build succeeds.
References:
Maybe I'm just asking for help, maybe it's a bug. I don't really know :/
To Reproduce
Steps to reproduce the behavior:
next/image
on any stackbit.com site or simply try to usenext export
withnext/image
Expected behavior
I expect this plugin, or to be able to provide a custom url to where this plugin deploys its function, to support
next export
.Versions
The text was updated successfully, but these errors were encountered: