From b7eaed790917ad2daecd282427345d79dd40b383 Mon Sep 17 00:00:00 2001 From: Tommy <86270372+tommerty@users.noreply.github.com> Date: Wed, 10 Apr 2024 11:51:11 +0100 Subject: [PATCH] Update astro.config.mjs --- astro.config.mjs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 4027a2a..92c5428 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -7,7 +7,8 @@ import cloudflare from "@astrojs/cloudflare"; // https://astro.build/config export default defineConfig({ - site: 'https://docs.doras.to', + site: 'https://dorasto.github.io', + base: 'docs' integrations: [starlight({ title: 'Doras.to', logo: { @@ -47,4 +48,4 @@ export default defineConfig({ }), react(), tailwind()], output: "hybrid", adapter: cloudflare() -}); \ No newline at end of file +});