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
This works for me. Alternatively, maybe remove the @nuxt/image package.
I didn't find a way, though, to opt out @nuxt/content from using the package, so that I can use @nuxt/image in other cases, but not for local image linked in markdown files.
Environment
Darwin
v20.12.2
-
3.12.0
-
unknown
-
-
-
-
Reproduction
can submit reproduction repo if needed
Describe the bug
Prior to version v2.13.0 & v2.13.1 if i added an image inside my markdown content
I would expect the file to exist like
http://localhost:3000/blog/example.png
As that is how its working on
v2.12.1
but now after upgrading this url is now
http://localhost:3000/_ipx/_/blog/example.png
where does this
/_ipx/_/blog/
path get created, is there a way to change so it works like in previous versions?This is a breaking changes since using something like AWS CloudFront/S3 this image paths are broken
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: