nextJS

NextJS

nextjs [slug] 페이지에서 Link href 경로가 잘못 나올 때

Nextjs에서 [slug].tsx페이지에서 href 경로가 잘못 나오는 문제가 있었다. 이 경로를 통해서 들어와지는 newsview라는 페이지가 있다. 파일 구조는 이러하다. 근데 [slug]페이지 (newsview페이지)에서 href 경로가 이상하다. 나는 /newsview/페이지를 넣지 않았는데 왠...???? 결론적으로는 `/${ 내용 }` 으로 넣어야 경로가 바르게 나온다. `/${item.link}`

React

nextjs tailwind sass 함께 쓰기

참고글 여기를 보고 완료했다. 아래 링크에서 설치하란대로 다 하면 왠만하면 실행이 될것이나 나의 경우에는 좀더 풀어 써보려고 한다. https://imranhsayed.medium.com/next-js-tailwindcss-with-sass-example-41eae3e38206 Next.js Tailwindcss with SASS example Tailwind CSS is a highly customizable, low-level CSS framework that gives you all of the building blocks you need to build bespoke designs… imranhsayed.medium.com 링크에서 터미널 명령어 설치하란대로 다 설치했다는 가정 하에 밑의 글은 참..

Mori_FEDev
'nextJS' 태그의 글 목록