diff options
Diffstat (limited to 'examples/blog/src/content/blog/using-mdx.mdx')
-rw-r--r-- | examples/blog/src/content/blog/using-mdx.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/src/content/blog/using-mdx.mdx b/examples/blog/src/content/blog/using-mdx.mdx index 036209d3b..d976693e7 100644 --- a/examples/blog/src/content/blog/using-mdx.mdx +++ b/examples/blog/src/content/blog/using-mdx.mdx @@ -2,7 +2,7 @@ title: 'Using MDX' description: 'Lorem ipsum dolor sit amet' pubDate: 'Jul 02 2022' -heroImage: '/placeholder-hero.jpg' +heroImage: '/blog-placeholder-5.jpg' --- This theme comes with the [@astrojs/mdx](https://docs.astro.build/en/guides/integrations-guide/mdx/) integration installed and configured in your `astro.config.mjs` config file. If you prefer not to use MDX, you can disable support by removing the integration from your config file. |