fix: indentation
This commit is contained in:
parent
6cdf8cf243
commit
32dda6230e
1 changed files with 4 additions and 4 deletions
|
@ -99,15 +99,15 @@ import markdoc from '@astrojs/markdoc';
|
||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
integrations: [
|
integrations: [
|
||||||
markdoc({
|
markdoc({
|
||||||
variables: {
|
variables: {
|
||||||
version: '0.0.1',
|
version: '0.0.1',
|
||||||
},
|
},
|
||||||
tags: {
|
tags: {
|
||||||
aside: {
|
aside: {
|
||||||
// See "Content `components` prop section
|
// See "Content `components` prop section
|
||||||
// for more on rendering components via tags
|
// for more on rendering components via tags
|
||||||
render: 'Aside',
|
render: 'Aside',
|
||||||
attributes: {
|
attributes: {
|
||||||
type: { type: String },
|
type: { type: String },
|
||||||
|
@ -116,7 +116,7 @@ export default defineConfig({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue