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
I am trying to use nuxt-img with electron, but the problem is that electron does not working with ssr, and it seems that this module does not work without server-side rendering (ssr: true).
Is there planned support for ssr: false. Before, in version v0 there seemed to be a static provider (docs), does something like this exist in this version? Where maybe some of the nuxt-img features are dropped, but the images still work with the ssr: false property?
Context, when running with ssr: false ipx does not run, meaning the _ipx folder does not exist, see this issue.
--
The documentation is also rather confusing, from static images
In that case, you can tell Nuxt to pre-render images by using the nitro.prerender.routes option
What does this mean, do I have to loop through all my images, and create an array with a prefix of /_ipx/w_???.
The text was updated successfully, but these errors were encountered:
I am trying to use nuxt-img with electron, but the problem is that electron does not working with ssr, and it seems that this module does not work without server-side rendering (
ssr: true
).Is there planned support for
ssr: false
. Before, in versionv0
there seemed to be astatic
provider (docs), does something like this exist in this version? Where maybe some of the nuxt-img features are dropped, but the images still work with thessr: false
property?Context, when running with
ssr: false
ipx does not run, meaning the_ipx
folder does not exist, see this issue.--
The documentation is also rather confusing, from static images
What does this mean, do I have to loop through all my images, and create an array with a prefix of
/_ipx/w_???
.The text was updated successfully, but these errors were encountered: