[프로젝트] 개발 프로젝트 모음zip
2024. 1. 16.
[Next.js] Navbar에 svg 추가, 반응형 추가 구현
next에 svg 사용하기 svgr 설치 npm install @svgr/webpack svgr 구성 : next.config.js // next.config.js module.exports = { webpack(config, options) { config.module.rules.push({ test: /\.svg$/, use: ['@svgr/webpack'] }); return config; }, }; 아이콘 가져오기 https://www.svgrepo.com/ SVG Repo - Free SVG Vectors and Icons Free Vectors and Icons in SVG format. ✅ Download free mono or multi color vectors for commercial ..