Fix 'bighits' vs 'big_hits'
## Issue - #6840 Clean up https://odysee.com/$/big_hits - `/big_hits` is being indexed and unnecessarily affecting the speed score (the "not found" page is surprisingly slow; will handle separately) - Big-Hits metadata not working ## Notes 'big_hits' is only used in v1 homepages.
This commit is contained in:
parent
8eb61e1aca
commit
80f06c1a9a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ exports.AUTH_WALLET_PASSWORD = 'walletpassword';
|
||||||
exports.BACKUP = 'backup';
|
exports.BACKUP = 'backup';
|
||||||
exports.CHANNEL = 'channel';
|
exports.CHANNEL = 'channel';
|
||||||
exports.DISCOVER = 'discover';
|
exports.DISCOVER = 'discover';
|
||||||
exports.BIG_HITS = 'big_hits';
|
exports.BIG_HITS = 'bighits';
|
||||||
exports.MOVIES = 'movies';
|
exports.MOVIES = 'movies';
|
||||||
exports.MUSIC = 'music';
|
exports.MUSIC = 'music';
|
||||||
exports.COMMUNITY = 'community';
|
exports.COMMUNITY = 'community';
|
||||||
|
|
Loading…
Reference in a new issue