Update nextjs.

This commit is contained in:
muzam1l
2023-01-11 21:08:17 +05:30
parent 0536e48cfe
commit a6ad39f6e8
7 changed files with 846 additions and 377 deletions

View File

@@ -160,7 +160,7 @@ export const Log: FC<ILog> = ({
)}
<Pre>{message}</Pre>
{link && (
<NextLink href={link} shallow passHref>
<NextLink legacyBehavior href={link} shallow passHref>
<Link as="a">{linkText}</Link>
</NextLink>
)}