blob: ade2c1278fd76f3a4426386571db7c8390b66b34 (
plain) (
blame)
1
2
3
4
5
6
7
|
import { defineConfig } from 'astro/config';
// https://astro.build/config
export default defineConfig({
// No integrations are needed for AlpineJS support, just use Astro components!
integrations: [],
});
|