From 07f7b06bfdbbbb36f5ab1b11d825753ba9e6b46f Mon Sep 17 00:00:00 2001 From: jmirchh75 Date: Sun, 10 May 2026 03:40:04 +1000 Subject: [PATCH] fix(config): add site URL for sitemap generation --- astro.config.mjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 3a08e15f..0bf46ab4 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -3,7 +3,8 @@ import starlight from '@astrojs/starlight'; // https://astro.build/config export default defineConfig({ - + site: 'https://ontrackdocumentation.netlify.app', + server: { host: true },