From 5fab0381b308eb5a1c837ffdd5e0ddd757e769d3 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 24 Jan 2024 22:50:02 -0500 Subject: Starting to work on blog --- astro.config.mjs | 1 + 1 file changed, 1 insertion(+) (limited to 'astro.config.mjs') diff --git a/astro.config.mjs b/astro.config.mjs index fbcb3c1..d2dbc06 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -6,6 +6,7 @@ import vercel from "@astrojs/vercel/serverless"; // https://astro.build/config export default defineConfig({ + site: 'https://alee14.me', integrations: [icon(), vue()], output: "server", adapter: vercel(), -- cgit v1.2.3