aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-alpine/astro.config.mjs
blob: 9827239bb2af4112ad28aebe895e920a1187de5b (plain) (blame)
1
2
3
4
5
6
7
import { defineConfig } from 'astro/config';

// https://astro.build/config
export default defineConfig({
	// No renderers are needed for AlpineJS support, just use Astro components!
	renderers: [],
});