feat(tarot): 카드 78장 + 카드 뒷면 PNG 자산 통합

라이더-웨이트 메이저 22 + 마이너 56 + 카드 뒷면.
slug 매핑 (the-fool, ace-of-wands 등)으로 자동 표시.
TarotCard 뒷면 참조를 SVG → PNG로 전환.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-24 00:54:15 +09:00
parent f3551815d1
commit 09e2b67039
80 changed files with 1 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ export default function TarotCard({
aria-label={label || '카드 뒷면'}
disabled={!clickable}
>
<img src="/images/tarot/card_back.svg" alt="" draggable={false} />
<img src="/images/tarot/card_back.png" alt="" draggable={false} />
</button>
);
}