Update category metadata
This commit is contained in:
parent
a6e76bab31
commit
4694cadef6
1 changed files with 16 additions and 16 deletions
|
@ -26,13 +26,13 @@ module.exports.CATEGORY_METADATA = {
|
||||||
[PAGES.GAMING]: {
|
[PAGES.GAMING]: {
|
||||||
title: 'Gaming',
|
title: 'Gaming',
|
||||||
description: 'Pew pew bzzz gaming on Odysee',
|
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]: {
|
[PAGES.LAB]: {
|
||||||
title: 'Lab',
|
title: 'Lab',
|
||||||
description: 'Science - the real kind, on Odysee',
|
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`,
|
description: `Stay up to date with all that's happening around the world on Odysee`,
|
||||||
image: '',
|
image: '',
|
||||||
},
|
},
|
||||||
[PAGES.RABBIT_HOLE]: {
|
[PAGES.MOVIES]: {
|
||||||
title: '',
|
title: 'Movies',
|
||||||
description: '',
|
description: `Do you love B rated movies? We've got you covered on Odysee`,
|
||||||
image: '',
|
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]: {
|
[PAGES.TECHNOLOGY]: {
|
||||||
title: 'Tech',
|
title: 'Tech',
|
||||||
description: 'Hardware, software, startups, photography on Odysee',
|
description: 'Hardware, software, startups, photography on Odysee',
|
||||||
|
@ -61,6 +61,6 @@ module.exports.CATEGORY_METADATA = {
|
||||||
[PAGES.WILD_WEST]: {
|
[PAGES.WILD_WEST]: {
|
||||||
title: 'Wild West',
|
title: 'Wild West',
|
||||||
description: 'Boosted by user credits, this is what the community promotes on Odysee',
|
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',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue