feat: apple music -> last.fm

This commit is contained in:
Cory Dransfeldt 2023-07-26 16:37:16 -07:00
parent fc59d929b4
commit 657e21e9cd
No known key found for this signature in database
22 changed files with 88 additions and 1347 deletions

View file

@ -1,12 +1,13 @@
module.exports = async function () {
return {
"name": "Cory Dransfeldt",
"email": "hi@coryd.dev",
"url": "https://coryd.dev",
"logo": "https://coryd.dev/assets/img/logo.webp",
"title": "Cory Dransfeldt",
"description": "I'm a software developer in Camarillo, California. I enjoy hanging out with my beautiful family and 4 rescue dogs, technology, automation, music, writing, reading and tv and movies.",
"letterboxd-host": "https://a.ltrbxd.com",
"cdn-movies": "https://movies.coryd.dev"
name: 'Cory Dransfeldt',
email: 'hi@coryd.dev',
url: 'https://coryd.dev',
logo: 'https://coryd.dev/assets/img/logo.webp',
title: 'Cory Dransfeldt',
description:
"I'm a software developer in Camarillo, California. I enjoy hanging out with my beautiful family and 4 rescue dogs, technology, automation, music, writing, reading and tv and movies.",
'letterboxd-host': 'https://a.ltrbxd.com',
'cdn-movies': 'https://movies.coryd.dev',
}
}