chore: update album denylist
This commit is contained in:
parent
ed21de0286
commit
abac90cd6e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import EleventyFetch from '@11ty/eleventy-fetch'
|
||||
import AlbumsMock from './json/mocks/albums.js'
|
||||
|
||||
const ALBUM_DENYLIST = ['no-love-deep-web', 'unremittance']
|
||||
const ALBUM_DENYLIST = ['no-love-deep-web', 'unremittance', 'celebratory-beheading']
|
||||
|
||||
export default async function () {
|
||||
const MUSIC_KEY = process.env.API_KEY_LASTFM
|
||||
|
|
Reference in a new issue