chore: emoji updates

This commit is contained in:
Cory Dransfeldt 2024-04-14 10:14:21 -07:00
parent d8dedef9f9
commit df3a98be39
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@ const emojiMap = (genre, artist) => {
if (normalizedArtist === "agalloch") return "🏔️";
if (normalizedArtist === "augury") return "☄️";
if (normalizedArtist === "autopsy") return "🧟";
if (normalizedArtist === "balance and composure") return "🪂";
if (normalizedArtist === "bedsore") return "🛏️";
if (normalizedArtist === "birds in row") return "🦅🦉🦢";
if (normalizedArtist === "black flag") return "🏴";

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "10.2.2",
"version": "10.2.3",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {