m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-17 17:43:37 -05:00

Fix broken links in docs

This commit is contained in:
Sergio
2024-09-07 18:07:32 +03:00
parent b4ef92fdcc
commit 2c4f2a1e05

View File

@@ -16,7 +16,7 @@ export default {
const { asPath } = useRouter() const { asPath } = useRouter()
const { frontMatter } = useConfig() const { frontMatter } = useConfig()
const url = const url =
'https://sergi0g.github.io/cup' + 'https://sergi0g.github.io/cup/docs/' +
(`/${asPath}`); (`/${asPath}`);
return ( return (
@@ -36,9 +36,9 @@ export default {
<h1 className="font-bold ml-2">Cup</h1> <h1 className="font-bold ml-2">Cup</h1>
</div> </div>
), ),
logoLink: "sergi0g.github.io/cup", logoLink: "https://sergi0g.github.io/cup/docs/",
project: { project: {
link: "https://github.com/sergi0g/cup", link: "https://github.com/sergi0g/cup/",
}, },
navbar: { navbar: {
extraContent: <ThemeSwitch lite className="[&_span]:hidden" />, extraContent: <ThemeSwitch lite className="[&_span]:hidden" />,