1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 07:01:19 -04:00

prevent more hydration mismatches

This commit is contained in:
2022-04-21 12:45:39 -04:00
parent 54c662c1f2
commit 05469218b1
4 changed files with 5 additions and 4 deletions

View File

@@ -93,7 +93,7 @@ const Footer = ({ ...rest }: FooterProps) => (
<NextLink href="/previously/" prefetch={false} passHref={true}>
<Link title="Previously on...">2001</Link>
</NextLink>{" "}
{new Date().getFullYear()}.
{new Date(process.env.NEXT_PUBLIC_RELEASE_DATE).getUTCFullYear()}.
</div>
<div>