mirror of
https://github.com/remvze/moodist.git
synced 2025-10-17 12:00:38 -04:00
8 lines
144 B
JavaScript
8 lines
144 B
JavaScript
import { defineConfig } from 'astro/config';
|
|
|
|
import react from '@astrojs/react';
|
|
|
|
export default defineConfig({
|
|
integrations: [react()],
|
|
});
|