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 do not understand documentation section about image bundling. I do not want to bundle images – I want them to load exactly the same way that they do in Remix.
In Remix, I can already get image URLs like this:
importoriginalityAiResultAfterRewritefrom'./originality-ai-result-after-rewrite.png';// `originalityAiResultAfterRewrite` is image URL
I do not understand documentation section about image bundling. I do not want to bundle images – I want them to load exactly the same way that they do in Remix.
In Remix, I can already get image URLs like this:
I found one way... but it is very cumbersome:
and then inside mdx I need to do again:
Is there a better way?
The text was updated successfully, but these errors were encountered: