aboutsummaryrefslogtreecommitdiff
path: root/astro.config.mjs
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-01-02 21:28:31 -0500
committerAndrew Lee <alee14498@protonmail.com>2024-01-02 21:28:31 -0500
commitdd7a71191a9e887624b2c537a00d8f30bab39337 (patch)
treec5fe73efbd1908989f983ef8e09da571c864728f /astro.config.mjs
parent9735f3bd1d8f823402814116464f1e3ae344e3e9 (diff)
downloadpersonal-website-dd7a71191a9e887624b2c537a00d8f30bab39337.tar.gz
personal-website-dd7a71191a9e887624b2c537a00d8f30bab39337.tar.bz2
personal-website-dd7a71191a9e887624b2c537a00d8f30bab39337.zip
Finished first part of homepage
Diffstat (limited to 'astro.config.mjs')
-rw-r--r--astro.config.mjs5
1 files changed, 4 insertions, 1 deletions
diff --git a/astro.config.mjs b/astro.config.mjs
index 882e651..5db1b38 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -1,4 +1,7 @@
import { defineConfig } from 'astro/config';
+import icon from "astro-icon";
// https://astro.build/config
-export default defineConfig({});
+export default defineConfig({
+ integrations: [icon()],
+});