1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-13 19:35:31 -04:00

bump next & use legacy next/router

This commit is contained in:
2022-11-03 09:18:39 -04:00
parent b290f0dd41
commit ddb0843bac
6 changed files with 220 additions and 220 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ const Item = styled("li", {
export type MenuProps = ComponentProps<typeof Wrapper>;
const Menu = ({ ...rest }: MenuProps) => {
const router = useRouter();
const router = useRouter(true);
return (
<Wrapper {...rest}>