Skip to content

Commit

Permalink
about.daangn.com: 캐릭터 일러스트 플레이스홀더 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
cometkim committed Dec 5, 2024
1 parent c194fa3 commit a9dd420
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { StaticImage } from 'gatsby-plugin-image';

export default function Illustration() {
return <StaticImage alt="" src="./characters.png" loading="eager" width={500} />;
return (
<StaticImage alt="" src="./characters.png" loading="eager" width={500} placeholder="none" />
);
}

0 comments on commit a9dd420

Please sign in to comment.