Setup - Create a Next.js App | Learn Next.js (nextjs.org) Learn | Next.js Production grade React applications that scale. The world’s leading companies use Next.js by Vercel to build pre-rendered applications, static websites, and more. nextjs.org 참고하여 Next.js에 Navigate 기능인 Link를 달아보려고 합니다. 1. pages/posts/first-post.jsx를 생성해줍니다. import Link from 'next/link'; export default function FirstPost() {..