In NextJS we have access to a built-in Link component. ... import Link from 'next/link' export default function Home() { return ( <div> ...
確定! 回上一頁