fix: netlify func
This commit is contained in:
parent
774f99e907
commit
76df6da0b2
2 changed files with 4 additions and 6 deletions
|
@ -12,8 +12,7 @@ export default async () => {
|
||||||
})
|
})
|
||||||
.then((data) => data.json())
|
.then((data) => data.json())
|
||||||
.catch()
|
.catch()
|
||||||
const trackData = await trackRes.json()
|
const track = trackRes.data[0]['attributes']
|
||||||
const track = trackData['attributes'][0]
|
|
||||||
|
|
||||||
return Response.json({
|
return Response.json({
|
||||||
artist: track['artistName'],
|
artist: track['artistName'],
|
||||||
|
|
|
@ -13,11 +13,10 @@ module.exports = async function () {
|
||||||
{ name: 'Email', url: 'mailto:coryd@fastmail.com', icon: 'at' },
|
{ name: 'Email', url: 'mailto:coryd@fastmail.com', icon: 'at' },
|
||||||
{ name: 'GitHub', url: 'https://github.com/cdransf', icon: 'brand-github' },
|
{ name: 'GitHub', url: 'https://github.com/cdransf', icon: 'brand-github' },
|
||||||
{ name: 'Mastodon', url: 'https://social.lol/@cory', icon: 'brand-mastodon' },
|
{ name: 'Mastodon', url: 'https://social.lol/@cory', icon: 'brand-mastodon' },
|
||||||
{ name: 'Last.fm', url: 'https://www.last.fm/user/cdrn_', icon: 'brand-lastfm' },
|
|
||||||
{
|
{
|
||||||
name: 'Spotify',
|
name: 'Apple Music',
|
||||||
url: 'https://open.spotify.com/user/mdh0acvmvfsbunzt6ywnq2tg3',
|
url: 'https://music.apple.com/profile/cdransf',
|
||||||
icon: 'brand-spotify',
|
icon: 'device-airpods',
|
||||||
},
|
},
|
||||||
{ name: 'Trakt', url: 'https://trakt.tv/users/cdransf', icon: 'device-tv' },
|
{ name: 'Trakt', url: 'https://trakt.tv/users/cdransf', icon: 'device-tv' },
|
||||||
{ name: 'Goodreads', url: 'https://www.goodreads.com/cdransf', icon: 'books' },
|
{ name: 'Goodreads', url: 'https://www.goodreads.com/cdransf', icon: 'books' },
|
||||||
|
|
Reference in a new issue