mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-13 19:55:26 -04:00
Revert "bump next & use legacy next/router"
This reverts commit ddb0843bac.
This commit is contained in:
@@ -22,7 +22,7 @@ const TitleLink = styled(Link, {
|
||||
export type PageTitleProps = ComponentProps<typeof Title>;
|
||||
|
||||
const PageTitle = ({ children, ...rest }: PageTitleProps) => {
|
||||
const router = useRouter(true);
|
||||
const router = useRouter();
|
||||
|
||||
return (
|
||||
<Title {...rest}>
|
||||
|
||||
Reference in New Issue
Block a user