fix: indentation

This commit is contained in:
bholmesdev 2023-03-01 16:45:29 -05:00
parent 6cdf8cf243
commit 32dda6230e

View file

@ -99,15 +99,15 @@ import markdoc from '@astrojs/markdoc';
// https://astro.build/config
export default defineConfig({
integrations: [
integrations: [
markdoc({
variables: {
version: '0.0.1',
},
tags: {
aside: {
// See "Content `components` prop section
// for more on rendering components via tags
// See "Content `components` prop section
// for more on rendering components via tags
render: 'Aside',
attributes: {
type: { type: String },
@ -116,7 +116,7 @@ export default defineConfig({
},
},
}),
],
],
});
```