diff --git a/astro.config.mjs b/astro.config.mjs index 38aeea8b4..f467da579 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: 'sern.dev', + site: 'https://sern-handler.github.io/website/', integrations: [starlight({ title: "sern", lastUpdated: true,