From 5961c3d6702e7640b4ae228aa8b4b31e49e76bd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20UB?= <22903142+adrian-ub@users.noreply.github.com> Date: Tue, 23 Jul 2024 18:48:22 -0500 Subject: [PATCH] feat: add site URL to astro config --- apps/www/astro.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/www/astro.config.mjs b/apps/www/astro.config.mjs index 16913ec..f303fa3 100644 --- a/apps/www/astro.config.mjs +++ b/apps/www/astro.config.mjs @@ -5,6 +5,7 @@ import tailwind from "@astrojs/tailwind"; // https://astro.build/config export default defineConfig({ + site: "https://ui.adrianub.dev", integrations: [ // angular(), starlight({