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

// https://astro.build/config
export default defineConfig({
	renderers: ['@astrojs/renderer-preact', '@astrojs/renderer-react', '@astrojs/renderer-svelte', '@astrojs/renderer-vue'],
});