aboutsummaryrefslogtreecommitdiff
path: root/packages/astro/test/fixtures/astro-assets-dir/astro.config.mjs
blob: e7ce274c003aed2c5261ac6e5e2e8250250d8c5d (plain) (blame)
1
2
3
4
5
6
7
import react from '@astrojs/react';
import { defineConfig } from 'astro/config';

// https://astro.build/config
export default defineConfig({
	integrations: [react()],
});