From ebad906b58f598b9b2a28dabaac5c2d58220c6b0 Mon Sep 17 00:00:00 2001 From: Marco Walz Date: Thu, 22 Jan 2026 16:12:24 +0100 Subject: [PATCH] docs: fix base URL for GitHub Pages deployment --- docs-site/astro.config.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-site/astro.config.mjs b/docs-site/astro.config.mjs index ce6e09b5..8bcd5cd2 100644 --- a/docs-site/astro.config.mjs +++ b/docs-site/astro.config.mjs @@ -4,8 +4,8 @@ import rehypeExternalLinks from 'rehype-external-links'; // https://astro.build/config export default defineConfig({ - site: 'https://dfinity.github.io/icp-cli', - base: '/', + site: 'https://dfinity.github.io', + base: '/icp-cli/', markdown: { rehypePlugins: [ // Open external links in new tab