fix: inconsistent tabs v spaces
This commit is contained in:
parent
253ea68505
commit
b55a2c93b1
1 changed files with 15 additions and 15 deletions
|
@ -100,22 +100,22 @@ import markdoc from '@astrojs/markdoc';
|
|||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [
|
||||
markdoc({
|
||||
variables: {
|
||||
markdoc({
|
||||
variables: {
|
||||
version: '0.0.1',
|
||||
}
|
||||
tags: {
|
||||
aside: {
|
||||
// See "Content `components` prop section
|
||||
// for more on rendering components via tags
|
||||
render: 'Aside',
|
||||
attributes: {
|
||||
type: { type: String },
|
||||
title: { type: String },
|
||||
},
|
||||
},
|
||||
},
|
||||
}),
|
||||
},
|
||||
tags: {
|
||||
aside: {
|
||||
// See "Content `components` prop section
|
||||
// for more on rendering components via tags
|
||||
render: 'Aside',
|
||||
attributes: {
|
||||
type: { type: String },
|
||||
title: { type: String },
|
||||
},
|
||||
},
|
||||
},
|
||||
}),
|
||||
],
|
||||
});
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue