Removed spotify... its hard to maintain and also fuck spotify
Some checks failed
Docker Deploy / build-and-push (push) Has been cancelled

This commit is contained in:
2025-06-27 15:44:43 -06:00
parent 6c2f4e1b81
commit 9dbdd265ba
10 changed files with 16 additions and 611 deletions

View File

@@ -20,8 +20,6 @@ import {
Megaphone,
} from "lucide-preact";
import SpotifyIcon from "../components/SpotifyIcon";
import logo from "../assets/logo_real.webp";
// Astro Icon references
@@ -222,13 +220,6 @@ export const socialLinks: SocialLink[] = [
icon: BLUESKY_ICON,
ariaLabel: "Bluesky Profile",
},
{
id: "spotify",
name: "Spotify",
url: "https://open.spotify.com/user/31pjwuuqwnn5zr7fnhfjjmi7c4bi?si=1be2bfdc844c4d85",
icon: SpotifyIcon,
ariaLabel: "Spotify Profile",
},
];
export const techLinks: TechLink[] = [