mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-18 21:45:06 -04:00
add '/subreddits' feature for searching and exploring subreddits
This commit is contained in:
+5
-1
@@ -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: {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user