add '/subreddits' feature for searching and exploring subreddits

This commit is contained in:
teddit
2021-01-17 17:29:49 +01:00
parent 9dea345a03
commit 3e01937247
5 changed files with 334 additions and 16 deletions
+5 -1
View File
@@ -38,7 +38,11 @@ const config = {
searches: 600,
sidebar: 60 * 60 * 24 * 7, // 7 days
shorts: 60 * 60 * 24 * 31,
wikis: 60* 60 * 24 * 7
wikis: 60* 60 * 24 * 7,
subreddits_explore: {
front: 60 * 60 * 24 * 1,
new_page: 60
},
},
convert_urls: {
/**