blob: 563e8b8fc70612a979d3166bc79060493ae2f7a4 (
plain) (
blame)
1
2
3
4
5
6
7
|
import { defineConfig } from 'astro/config';
// https://astro.build/config
export default defineConfig({
// Enable the Vue renderer to support Vue components.
renderers: ['@astrojs/renderer-vue'],
});
|