- 대체하는게 아니고 wrapping을 하는 것이다
- a tag에 CSS class를 지정한다고
Linktag에className줘봐야 소용 없다 - 참고
[nextjs] `Link`는 `a`의 대체제가 아니다
· One min read
Link tag에 className 줘봐야 소용 없다npm run start 사용npm run export 사용package.json에서 scripts.build에 next export 추가: "build": "next build && next export"