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

// https://astro.build/config
export default defineConfig({
	// Enable the Preact renderer to support Preact JSX components.
	renderers: ['@astrojs/renderer-preact'],
});