aboutsummaryrefslogtreecommitdiff
path: root/astro.config.mjs
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-09-18 01:41:42 -0400
committerAndrew Lee <andrew@alee14.me>2025-09-18 01:44:43 -0400
commitbef7bfad876fb37f6e337a699174c499c43abf33 (patch)
tree95c33a62791b8acd7e427cc504492368979c17b0 /astro.config.mjs
parent7889ea6ab03e922af1cb954d49913bb050cbec13 (diff)
downloadpersonal-website-bef7bfad876fb37f6e337a699174c499c43abf33.tar.gz
personal-website-bef7bfad876fb37f6e337a699174c499c43abf33.tar.bz2
personal-website-bef7bfad876fb37f6e337a699174c499c43abf33.zip
Revamped project page; Switch to React; Updated pkgs
Diffstat (limited to 'astro.config.mjs')
-rw-r--r--astro.config.mjs6
1 files changed, 2 insertions, 4 deletions
diff --git a/astro.config.mjs b/astro.config.mjs
index 5c14eff..04536c5 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -1,15 +1,13 @@
import { defineConfig, passthroughImageService } from 'astro/config';
import icon from "astro-icon";
+import react from "@astrojs/react";
import vercel from "@astrojs/vercel";
-import preact from "@astrojs/preact";
import svelte from "@astrojs/svelte";
// https://astro.build/config
export default defineConfig({
site: 'https://alee14.me',
- integrations: [icon(), preact({
- compat: true
- }), svelte()],
+ integrations: [icon(), svelte(), react()],
output: "server",
adapter: vercel({
webAnalytics: {