* documentation: post #231 merge renderers are a config option * Update docs/config.md to reorder
This commit is contained in:
parent
622d1a38f1
commit
653ee5ec07
1 changed files with 7 additions and 0 deletions
|
@ -31,5 +31,12 @@ export default {
|
||||||
/** Path to tailwind.config.js if used, e.g. './tailwind.config.js' */
|
/** Path to tailwind.config.js if used, e.g. './tailwind.config.js' */
|
||||||
tailwindConfig: undefined,
|
tailwindConfig: undefined,
|
||||||
},
|
},
|
||||||
|
/** default array of rendering packages inserted into runtime */
|
||||||
|
renderers: [
|
||||||
|
'@astro-renderer/preact',
|
||||||
|
'@astro-renderer/react',
|
||||||
|
'@astro-renderer/svelte',
|
||||||
|
'@astro-renderer/vue',
|
||||||
|
],
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue