1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-28 16:48:00 +02:00
blog/astro.config.mjs

8 lines
172 B
JavaScript
Raw Normal View History

2023-08-30 00:09:47 +02:00
import { defineConfig } from 'astro/config';
import react from "@astrojs/react";
// https://astro.build/config
2023-08-30 00:09:47 +02:00
export default defineConfig({
integrations: [react()]
});