add common config

This commit is contained in:
Alexander Navarro 2023-06-25 13:57:27 -04:00
parent 79c1ece8c6
commit 9a4cf1eb13
8 changed files with 1531 additions and 122 deletions

View file

@ -1,4 +1,8 @@
import { defineConfig } from 'astro/config';
import react from "@astrojs/react";
// https://astro.build/config
export default defineConfig({});
export default defineConfig({
integrations: [react()]
});