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:
import originalityAiResultAfterRewrite from './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?