Skip to content

Commit

Permalink
documentation: post #231 merge renderers are a config option (#249)
Browse files Browse the repository at this point in the history
* documentation: post #231 merge renderers are a config option

* Update docs/config.md to reorder
  • Loading branch information
duncanhealy authored and ewatch committed May 31, 2021
1 parent 5f7a633 commit f2f98cf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,12 @@ export default {
/** Path to tailwind.config.js if used, e.g. './tailwind.config.js' */
tailwindConfig: undefined,
},
/** default array of rendering packages inserted into runtime */
renderers: [
'@astro-renderer/preact',
'@astro-renderer/react',
'@astro-renderer/svelte',
'@astro-renderer/vue',
],
};
```

0 comments on commit f2f98cf

Please sign in to comment.