diff --git a/astro.config.mjs b/astro.config.mjs index 1417639..edb8476 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -5,6 +5,7 @@ import node from "@astrojs/node"; // https://astro.build/config export default defineConfig({ site: 'https://louisescher.github.io', + base: 'starlight-ion-theme', integrations: [starlight({ title: 'Ion Theme', social: { diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index 27a3f6e..bab91ed 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -8,7 +8,7 @@ hero: file: ../../assets/comet-logo.svg actions: - text: Features Overview - link: /features/ + link: /starlight-ion-theme/features/ icon: right-arrow variant: primary - text: Read the Starlight docs