0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/examples/snowpack/astro.config.mjs
2021-07-20 04:07:49 +00:00

11 lines
217 B
JavaScript

export default {
projectRoot: '.',
pages: './src/pages',
dist: './dist',
public: './public',
renderers: [
'@astrojs/renderer-vue',
'@astrojs/renderer-svelte',
'@astrojs/renderer-preact',
],
};