summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts
index f771bed..f6e7447 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -3,6 +3,7 @@ const mainQuery = {
3 "feral", 3 "feral",
4 "-anthro", 4 "-anthro",
5 "-human", 5 "-human",
6 "-presenting",
6 "-meme", 7 "-meme",
7 "-humor", 8 "-humor",
8 "-photography_(artwork)", 9 "-photography_(artwork)",
@@ -18,7 +19,7 @@ const mainQuery = {
18 "score:>=15", 19 "score:>=15",
19 "inpool:false", 20 "inpool:false",
20 ], 21 ],
21 maxPage: 195, 22 maxPage: 194,
22}; 23};
23 24
24export default { 25export default {