mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
94eac19888
* refactor: expose `astro/components` as component entrypoint * refactor: remove `extensions` from all configs * test: fix snowpack tests * docs: update config doc
5 lines
70 B
JavaScript
5 lines
70 B
JavaScript
export default {
|
|
renderers: [
|
|
'@astrojs/renderer-preact'
|
|
]
|
|
};
|