[ci] yarn format
This commit is contained in:
parent
653ee5ec07
commit
31e52c2e4c
1 changed files with 1 additions and 6 deletions
|
@ -32,11 +32,6 @@ export default {
|
|||
tailwindConfig: undefined,
|
||||
},
|
||||
/** default array of rendering packages inserted into runtime */
|
||||
renderers: [
|
||||
'@astro-renderer/preact',
|
||||
'@astro-renderer/react',
|
||||
'@astro-renderer/svelte',
|
||||
'@astro-renderer/vue',
|
||||
],
|
||||
renderers: ['@astro-renderer/preact', '@astro-renderer/react', '@astro-renderer/svelte', '@astro-renderer/vue'],
|
||||
};
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue