Skip to content

Commit

Permalink
i18n(fr) Update french translation images.mdx (#8031)
Browse files Browse the repository at this point in the history
Co-authored-by: Yan <61414485+yanthomasdev@users.noreply.github.com>
  • Loading branch information
McFlyPartages and yanthomasdev authored Apr 26, 2024
1 parent 7b388eb commit 492b328
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/content/docs/fr/guides/images.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,9 @@ import rocket from '../assets/rocket.png';

# Ma Page MDX

// Image locale stockée dans le même dossier
![Houston dans la nature](houston.png)

// Image locale stockée dans src/assets/
<Image src={rocket} alt="Une fusée dans l'espace." />
<img src={rocket.src} alt="Une fusée dans l'espace." />
Expand Down

0 comments on commit 492b328

Please sign in to comment.