fix: navigate next13.x upgrade
This commit is contained in:
parent
f2029bf4a1
commit
5a7a14da50
23 changed files with 7959 additions and 101 deletions
|
@ -1,5 +1,5 @@
|
|||
import Image from './Image'
|
||||
import Link from './Link'
|
||||
import Link from 'next/link'
|
||||
|
||||
const Card = ({ title, description, imgSrc, href }) => (
|
||||
<div className="md p-4 md:w-1/2" style={{ maxWidth: '544px' }}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue