blob: 15bc31b47309b8a32590a01aa0b876c5cc11cd5a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
export default {
projectRoot: '.',
pages: './src/pages',
dist: './dist',
public: './public',
renderers: [
'@astrojs/renderer-vue',
'@astrojs/renderer-svelte',
'@astrojs/renderer-preact'
]
};
|