import Link from "next/link";
<Link href="https://www.naver.com" passHref>
<a target="_blank" rel="noopener noreferrer">
새 탭으로 링크열기
</a>
</Link>
경로를 직접설정하는것보다 .env나 파일로 따로빼서 export후 호출
https://stackoverflow.com/questions/65632698/how-to-open-a-link-in-a-new-tab-in-nextjs
반응형
'Frontend > React' 카테고리의 다른 글
Context API _context undefined 에러 (0) | 2023.01.08 |
---|---|
React option (0) | 2022.06.23 |
브라우저단 에러 error - FetchError: request to http://localhost:8000/main failed, reason: connect ECONNREFUSED 127.0.0.1:8000 (0) | 2022.05.23 |
Component Life cycle (0) | 2022.05.22 |
Nextjs styled-components (0) | 2022.05.22 |