fix: merge conflict
This commit is contained in:
parent
25987e430b
commit
c95317a2df
12 changed files with 94 additions and 8549 deletions
|
@ -2,7 +2,6 @@ const EleventyFetch = require('@11ty/eleventy-fetch')
|
|||
|
||||
module.exports = async function () {
|
||||
const MUSIC_KEY = process.env.API_KEY_LASTFM
|
||||
if (!MUSIC_KEY) return
|
||||
const url = `http://ws.audioscrobbler.com/2.0/?method=user.gettopartists&user=cdme_&api_key=${MUSIC_KEY}&limit=8&format=json&period=7day`
|
||||
const res = EleventyFetch(url, {
|
||||
duration: '1h',
|
||||
|
|
Reference in a new issue