From 2c4f2a1e05fb31120b2db0aef48d73288852710e Mon Sep 17 00:00:00 2001 From: Sergio <77530549+sergi0g@users.noreply.github.com> Date: Sat, 7 Sep 2024 18:07:32 +0300 Subject: [PATCH] Fix broken links in docs --- docs/theme.config.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/theme.config.jsx b/docs/theme.config.jsx index fb38478..1fbe9b6 100644 --- a/docs/theme.config.jsx +++ b/docs/theme.config.jsx @@ -16,7 +16,7 @@ export default { const { asPath } = useRouter() const { frontMatter } = useConfig() const url = - 'https://sergi0g.github.io/cup' + + 'https://sergi0g.github.io/cup/docs/' + (`/${asPath}`); return ( @@ -36,9 +36,9 @@ export default {