From d837d5cd1457ca5eb6dc2d25d67a25cfc7af0ede Mon Sep 17 00:00:00 2001 From: "@andatoshiki" Date: Sat, 16 Mar 2024 15:32:08 -0700 Subject: [PATCH] chore(config): manually set base dir to github pages url for correct asset handling & rendering for poining deployed address --- docs/.vitepress/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 2f9adae..9031372 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -5,7 +5,7 @@ export default { cleanUrls: true, // If this is disabled, when building it it will give deadlink errors if your markdown has the wrong links ignoreDeadLinks: true, - + base: 'https://rrorg.github.io/rr-docs', themeConfig: { logo: "https://avatars.githubusercontent.com/u/151816514?s=200&v=4", siteTitle: "RR Docs",