mirror of
https://github.com/remvze/moodist.git
synced 2025-09-29 15:30:49 -04:00
8 lines
172 B
JavaScript
8 lines
172 B
JavaScript
import { defineConfig } from 'astro/config';
|
|
|
|
import react from "@astrojs/react";
|
|
|
|
// https://astro.build/config
|
|
export default defineConfig({
|
|
integrations: [react()]
|
|
}); |