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

// https://astro.build/config
export default defineConfig({
	// Comment out "renderers: []" to enable Astro's default component support.
	renderers: [],
});