diff --git a/src/content/docs/en/guides/images.mdx b/src/content/docs/en/guides/images.mdx index 5c1bb9070c8fa..214740075e6f1 100644 --- a/src/content/docs/en/guides/images.mdx +++ b/src/content/docs/en/guides/images.mdx @@ -530,6 +530,9 @@ import rocket from '../assets/rocket.png'; # My MDX Page +// Local image stored in the the same folder +![Houston in the wild](houston.png) + // Local image stored in src/assets/ A rocketship in space. A rocketship in space.