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