const LINKS = { 'gitea': 'https://git.sador.me/sadorowo', 'instagram': 'https://instagram.com/sadorowo', 'matrix': 'https://matrix.sador.me', 'email': 'mailto:contact@sador.me', } const MUSIC_METADATA = [ { name: 'heavy metal', aliases: ['hm', 'heavy'], artists: [ 'Poisonblack', 'Metallica' ] }, { name: 'depressive suicidal black metal', aliases: ['dsbm'], artists: [ 'Totalselfhatred', 'Lifelover', 'минута агонии', 'Decalius' ] }, { name: 'black metal', aliases: ['bm', 'black'], artists: [ 'Behemoth', 'Venom', 'Mgła', 'Watain', 'Bathory', 'Carpathian Forest', 'Darkthrone', 'Rotting Christ' ] } ]