Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 3b0eae4

Browse files
author
Jeremy Durnell
committed
upgraded to Nextjs 13
1 parent 9f1af63 commit 3b0eae4

File tree

7 files changed

+252
-14558
lines changed

7 files changed

+252
-14558
lines changed

components/Layout.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ export default function Layout(props) {
1111
<title>Sanity + Next.js = 💖</title>
1212
</Head>
1313
<nav>
14-
<Link href="/">
14+
<Link href="/" legacyBehavior>
1515
<a>Movies</a>
1616
</Link>
17-
<Link href="/people">
17+
<Link href="/people" legacyBehavior>
1818
<a>People</a>
1919
</Link>
2020
</nav>

0 commit comments

Comments
 (0)