From 0e8201a38a4c9ae2fb2f0f97b328c8532be5d4e8 Mon Sep 17 00:00:00 2001 From: zstg Date: Sun, 21 Apr 2024 18:04:40 +0530 Subject: [PATCH] Fix index.mdx --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 0f46c8b..fe3f0d7 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -6,7 +6,7 @@ import starlightImageZoom from 'starlight-image-zoom' // https://astro.build/config export default defineConfig({ site: 'https://stratos-linux.github.io', - base: 'StratOS-docs', + base: '/', plugins: [starlightImageZoom()], integrations: [ starlight({