mirror of
https://github.com/remvze/moodist.git
synced 2025-09-29 15:30:49 -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()],
|
|
});
|