18 lines
563 B
JavaScript
18 lines
563 B
JavaScript
module.exports = {
|
|
name: "ABISU",
|
|
|
|
socials: [
|
|
{ links: ["/bandcamp", "/bc"], link: "https://abisu.bandcamp.com/" },
|
|
{ links: ["/twitter"], link: "https://twitter.com/abisoos" },
|
|
{ links: ["/soundcloud", "/sc"], link: "https://soundcloud.com/abisoos" },
|
|
{ links: ["/audius", "/a"], link: "https://audius.co/abisu" },
|
|
{
|
|
links: ["/spotify"],
|
|
link:
|
|
"https://open.spotify.com/artist/4AjMDVVo5Hh1UJ5emUgX5s?si=Fii2vRh3TrGTpjTKMbuyhQ",
|
|
},
|
|
],
|
|
music: {
|
|
overdrive: "https://soundcloud.com/abisoos/overdrive",
|
|
},
|
|
};
|