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

// https://astro.build/config
export default defineConfig({
	// Set "renderers" to "[]" to disable all default, builtin component support.
	renderers: [],
});