[Next.js] Link 태그 새창열기

bunny.log·2022년 7월 28일
0

NextJs

목록 보기
5/6
<Link href="http://www.naver.com">
	<a target="_blank">
		<Button type={ButtonType.NORMAL} text="바로가기" />
	</a>
</Link>

Link 태그에는 target="_blank"이 작동하지 않아 a태그에 넣어보니 제대로 작동하더라~

profile
나를 위한 경험기록

0개의 댓글