Skip to content

Commit

Permalink
deps: mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Feb 16, 2023
1 parent c30c1b3 commit cc44e4f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/with-markdoc/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { defineConfig } from 'astro/config';
import markdoc from '@astrojs/markdoc';
import mdx from '@astrojs/mdx';

// https://astro.build/config
export default defineConfig({
integrations: [markdoc()],
integrations: [markdoc(), mdx()],
});
1 change: 1 addition & 0 deletions examples/with-markdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"dependencies": {
"@astrojs/markdoc": "^0.0.1",
"@astrojs/mdx": "^0.16.0",
"astro": "^2.0.6"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cc44e4f

Please sign in to comment.