deps: mdx
This commit is contained in:
parent
336810b2cf
commit
10da5b9d1b
3 changed files with 5 additions and 1 deletions
|
@ -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()],
|
||||
});
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@astrojs/markdoc": "^0.0.1",
|
||||
"@astrojs/mdx": "^0.16.0",
|
||||
"astro": "^2.0.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -288,10 +288,12 @@ importers:
|
|||
examples/with-markdoc:
|
||||
specifiers:
|
||||
'@astrojs/markdoc': ^0.0.1
|
||||
'@astrojs/mdx': ^0.16.0
|
||||
'@markdoc/markdoc': ^0.2.2
|
||||
astro: ^2.0.6
|
||||
dependencies:
|
||||
'@astrojs/markdoc': link:../../packages/integrations/markdoc
|
||||
'@astrojs/mdx': link:../../packages/integrations/mdx
|
||||
astro: link:../../packages/astro
|
||||
devDependencies:
|
||||
'@markdoc/markdoc': 0.2.2
|
||||
|
|
Loading…
Reference in a new issue