Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[week15] 배의진 #486

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    3700c5d View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. refactor: 마이그레이션 및 타입적용 후 에러 해결

    - next.js 템플릿에서 남아있던 파일들 완전 제거
    - svg 파일을 ReactComponent 로 import 하기 위한 @svgr/webpack 라이브러리 설치
    - 스타일이 적용 안되는 원인이었던 상대경로를 최상위 폴더로 수정 및 모듈 import 구문 전부 수정
    - reset.css 파일을 _app.tsx 파일에서 import
    BaeUiJin committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4921ebf View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. refactor: Image 컴포넌트를 적용해 이미지 파일 최적화

    모든 img 태그 Nextjs Image 로 변경
    BaeUiJin committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7e012e1 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. feat: 랜딩페이지 구현

    BaeUiJin committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f5e9641 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    fc1fc9e View commit details
    Browse the repository at this point in the history