mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-17 09:33:38 -05:00
Fix broken links in docs
This commit is contained in:
@@ -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" />,
|
||||||
|
|||||||
Reference in New Issue
Block a user