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
Hello,
So i have a bit of an issue I am hoping someone can help with.
When I load an image from the kirby into the block, and use NuxtImg, it will download and serve the image from _ipx.
But when the SSR site is generated, and the payload.json files generated. It keeps the image paths to to the kirby instance.
And the problem is, my kirby is locally hosted, so those images cant be accessed when deployed to production.
Is there a way to update the payload.json files to use the _ipx image paths, the same that is used on the SSR generated HTML pages.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
So i have a bit of an issue I am hoping someone can help with.
When I load an image from the kirby into the block, and use NuxtImg, it will download and serve the image from _ipx.
But when the SSR site is generated, and the payload.json files generated. It keeps the image paths to to the kirby instance.
And the problem is, my kirby is locally hosted, so those images cant be accessed when deployed to production.
Is there a way to update the payload.json files to use the _ipx image paths, the same that is used on the SSR generated HTML pages.
Beta Was this translation helpful? Give feedback.
All reactions