We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3dbec commit b62413eCopy full SHA for b62413e
apps/landing/src/app/(detail)/docs/MenuItem.tsx
@@ -58,7 +58,7 @@ export function MenuItem(props: MenuItemProps) {
58
className={css({
59
textDecoration: 'none',
60
})}
61
- href={to}
+ href={URL_PREFIX + to}
62
>
63
{inner}
64
</Link>
apps/landing/src/app/(detail)/docs/OpenMenuItem.tsx
@@ -88,7 +88,7 @@ export function OpenMenuItem({
88
89
90
91
92
93
94
0 commit comments