From dd7a71191a9e887624b2c537a00d8f30bab39337 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 2 Jan 2024 21:28:31 -0500 Subject: Finished first part of homepage --- astro.config.mjs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'astro.config.mjs') 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()], +}); -- cgit v1.2.3