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

feat: 배경이미지 webp로 변경 #23

Merged
merged 1 commit into from
Sep 16, 2024
Merged

feat: 배경이미지 webp로 변경 #23

merged 1 commit into from
Sep 16, 2024

Conversation

flareseek
Copy link
Owner

관련 Issue

PR 설명

  • css에 이미지 추가시 image-tools에서 webp로 변환을 못합니다.
  • 해결 방안
  1. css에 추가되는 파일들은 webp로 직접 추가
  2. webp 확장자는 image-tools 규칙에서 제외되도록 했습니다.

@flareseek flareseek added the feature 기능 추가 label Sep 16, 2024
@flareseek flareseek self-assigned this Sep 16, 2024
Copy link

vercel bot commented Sep 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
knuland ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 16, 2024 2:48am

import Header from "../Header";

// TODO: 모든 페이지에 공통으로 들어가는 레이아웃을 작성합니다. 필요 없으면 삭제해주세요
export default function Layout() {
return (
<div>
<Header />
<img src={backgroundImg} alt="background" width={0} />
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다! 근데 그냥 css를 이용한 그라데이션 적용은 힘들까요?

@jjh4450 jjh4450 merged commit e4af37e into develop Sep 16, 2024
3 checks passed
@jjh4450 jjh4450 deleted the feat/bg-img branch September 16, 2024 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[fix] css 안에 image 사용시 imagetools가 resolve 하지 못함
2 participants