From 3a3370b635d5113d81b363751643b58b8817cbdb Mon Sep 17 00:00:00 2001 From: DuroCodes Date: Thu, 18 Jul 2024 17:30:12 -0400 Subject: [PATCH] fix: change astro site in config --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index f467da579..94a812de9 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -13,7 +13,7 @@ const [typeDocV4, typeDocV4Sidebar] = createStarlightTypeDocPlugin(); // https://astro.build/config export default defineConfig({ // TODO: Change this whenever site is deployed to `sern.dev` - site: 'https://sern-handler.github.io/website/', + site: 'https://sern.dev/', integrations: [starlight({ title: "sern", lastUpdated: true,