lbry-desktop/web/src/category-metadata.js

67 lines
1.3 KiB
JavaScript
Raw Normal View History

2021-03-19 15:53:11 +01:00
// const PAGES = require('../../ui/constants/pages');
// Uncomment as you add metadata
module.exports.CATEGORY_METADATA = {
2021-03-19 15:53:11 +01:00
// [PAGES.BIG_HITS]: {
// title: '',
// description: '',
// image: '',
// },
// [PAGES.COMMUNITY]: {
// title: '',
// description: '',
// image: '',
// },
// [PAGES.ENLIGHTENMENT]: {
// title: '',
// description: '',
// image: '',
// },
// [PAGES.FINANCE]: {
// title: '',
// description: '',
// image: '',
// },
// [PAGES.GAMING]: {
// title: '',
// description: '',
// image: '',
// },
// [PAGES.GENERAL]: {
// title: '',
// description: '',
// image: '',
// },
// [PAGES.LAB]: {
// title: '',
// description: '',
// image: '',
// },
// [PAGES.NEWS]: {
// title: '',
// description: '',
// image: '',
// },
// [PAGES.RABBIT_HOLE]: {
// title: '',
// description: '',
// image: '',
// },
// [PAGES.SCIENCE]: {
// title: '',
// description: '',
// image: '',
// },
// [PAGES.TECHNOLOGY]: {
// title: '',
// description: '',
// image: '',
// },
// [PAGES.WILD_WEST]: {
// title: '',
// description: '',
// image: '',
// },
};