My personal site hosted @ https://indexx.dev
at main 187 B view raw
1// @ts-check 2import { defineConfig } from "astro/config"; 3 4import react from "@astrojs/react"; 5 6// https://astro.build/config 7export default defineConfig({ 8 integrations: [react()], 9});