Skip to content

Commit

Permalink
fix: updated correct line highlight in auto-embed docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
ITZSHOAIB authored Nov 21, 2024
1 parent 9425516 commit 1e829f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/integration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The Astro Embed integration automatically converts URLs in MDX files to embed co

To enable the integration, add it to the `integrations` array in your `astro.config.mjs` file before the `mdx()` integration:

```js ins={3} ins="embeds()"
```js ins={4} ins="embeds()"
// astro.config.mjs
import { defineConfig } from 'astro/config';
import mdx from '@astrojs/mdx';
Expand Down

0 comments on commit 1e829f0

Please sign in to comment.