Update category metadata

This commit is contained in:
Thomas Zarebczan 2021-05-27 13:18:23 -04:00
parent a6e76bab31
commit 4694cadef6
No known key found for this signature in database
GPG key ID: D505010BDB4364BC

View file

@ -26,13 +26,13 @@ module.exports.CATEGORY_METADATA = {
[PAGES.GAMING]: {
title: 'Gaming',
description: 'Pew pew bzzz gaming on Odysee',
image: '',
image: 'https://spee.ch/category-gaming:5.jpg?quality=80&height=1200&width=627',
},
[PAGES.PRIMARY_CHEESE]: {
title: 'Cheese',
description: 'Cheese is the answer to life, the universe, and everything. We have primo cheese on Odysee',
image: 'https://spee.ch/category-primary:5.jpg?quality=80&height=1200&width=627',
},
// [PAGES.GENERAL]: {
// title: '',
// description: '',
// image: '',
// },
[PAGES.LAB]: {
title: 'Lab',
description: 'Science - the real kind, on Odysee',
@ -43,16 +43,16 @@ module.exports.CATEGORY_METADATA = {
description: `Stay up to date with all that's happening around the world on Odysee`,
image: '',
},
[PAGES.RABBIT_HOLE]: {
title: '',
description: '',
image: '',
[PAGES.MOVIES]: {
title: 'Movies',
description: `Do you love B rated movies? We've got you covered on Odysee`,
image: 'https://spee.ch/category-movies:2.jpg?quality=80&height=1200&width=627',
},
[PAGES.MUSIC]: {
title: 'Music',
description: 'All the music you love on Odysee',
image: 'https://spee.ch/category-music:8.jpg?quality=80&height=1200&width=627',
},
// [PAGES.SCIENCE]: {
// title: '',
// description: '',
// image: '',
// },
[PAGES.TECHNOLOGY]: {
title: 'Tech',
description: 'Hardware, software, startups, photography on Odysee',
@ -61,6 +61,6 @@ module.exports.CATEGORY_METADATA = {
[PAGES.WILD_WEST]: {
title: 'Wild West',
description: 'Boosted by user credits, this is what the community promotes on Odysee',
image: '',
image: 'https://spee.ch/category-wildwest:1.jpg?quality=80&height=1200&width=627',
},
};