Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- react
- PersistentVolume
- vue #vue-router
- MongoDB
- vue3
- MPA
- nextjs
- Yarn
- PersistentVolumeClaim
- vuejs #pinia #vuetify3
- vuejs
- localstorage
- 라우터 #NAT #포트 #포트포워딩 #유동고정아이피 #DHCP
- 맥 #나스 #SMA
- vworld
- mixedcontent
- browserstorage
- github action #tistory
- vuetify3
- postman
- OpenLayers
- basepath
- v-combobox
- 인터넷 #클라이언트 #서버 #포트 #ipadress #domainname
- javascript #컴파일 #인터프리터
- CKEditor4
- sesstionstorage
- javascript #localstorage #stringify #parse
- kubernetes
- JavaScript
Archives
- Today
- Total
목록basepath (1)
月亮
[next.js] Context-path 설정 (nextjs base path설정)
개발 서버에 nextjs 프로젝트를 올리던중 context-path 설정이 필요해서 알아보고 기록해둔다. 1. next confing 설정 수정 : basePath에 하고 싶은 path 설정 /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, basePath: '/blog', } module.exports = nextConfig 이렇게 설정하면 이미지 import 중 문제가 생긴다. 이미지는 아직 path 설정을 안붙였기 때문 2가지 방법이 존재한다. 2-1. src 경로에 path 붙여주기 2-2. src 경로 안에 Images 폴더 추가하고 안에 이미지 넣기 , 그리고 해당 이미지 import해서 사용..
카테고리 없음
2023. 8. 27. 19:36