summaryrefslogtreecommitdiff
path: root/examples/framework-vue/astro.config.mjs
blob: f30130a95318b71d4a2de5dadd8c975264179f5f (plain) (blame)
1
2
3
4
5
6
7
8
import { defineConfig } from 'astro/config';
import vue from '@astrojs/vue';

// https://astro.build/config
export default defineConfig({
	// Enable Vue to support Vue components.
	integrations: [vue()],
});
title='2024-03-28 18:10:50 +0000'>2024-03-28[ci] formatGravatar Houston (Bot) 2-3/+3 2024-03-28[ci] release (#10597)Gravatar Houston (Bot) 37-66/+89 2024-03-28db: Rework index config with generated index names (#10589)Gravatar Ben Holmes 6-68/+344