aboutsummaryrefslogtreecommitdiffstats
path: root/astro.config.mjs
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-08-27 01:05:43 -0700
committerPinapelz <yukais@pinapelz.com>2024-08-27 01:05:43 -0700
commit53c7ce959b5c72002c5444b7d6e5b458331a4275 (patch)
tree1226a3694ea2f840bb6c3353a4ee5282efd43bf0 /astro.config.mjs
Initial commit
Diffstat (limited to 'astro.config.mjs')
-rw-r--r--astro.config.mjs9
1 files changed, 9 insertions, 0 deletions
diff --git a/astro.config.mjs b/astro.config.mjs
new file mode 100644
index 0000000..04c8bf4
--- /dev/null
+++ b/astro.config.mjs
@@ -0,0 +1,9 @@
+import { defineConfig } from 'astro/config';
+import react from '@astrojs/react';
+
+// https://astro.build/config
+export default defineConfig({
+ integrations: [
+ react()
+ ]
+});
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage