Skip to content

Commit cc44e4f

Browse files
committed
deps: mdx
1 parent c30c1b3 commit cc44e4f

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed
+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import { defineConfig } from 'astro/config';
22
import markdoc from '@astrojs/markdoc';
3+
import mdx from '@astrojs/mdx';
34

45
// https://astro.build/config
56
export default defineConfig({
6-
integrations: [markdoc()],
7+
integrations: [markdoc(), mdx()],
78
});

examples/with-markdoc/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/markdoc": "^0.0.1",
15+
"@astrojs/mdx": "^0.16.0",
1516
"astro": "^2.0.6"
1617
},
1718
"devDependencies": {

pnpm-lock.yaml

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)