summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/config.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts
index 7e21345..d6e3ede 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -17,6 +17,7 @@ const mainQuery: GetPostQuery = {
17 "-diaper", 17 "-diaper",
18 "-cub", 18 "-cub",
19 "-hyper", 19 "-hyper",
20 "-lips",
20 "-animated", 21 "-animated",
21 "-adolf_hitler_(artist)", 22 "-adolf_hitler_(artist)",
22 "-photography_(artwork)", 23 "-photography_(artwork)",
@@ -25,7 +26,7 @@ const mainQuery: GetPostQuery = {
25 "score:>=15", 26 "score:>=15",
26 "inpool:false", 27 "inpool:false",
27 ], 28 ],
28 maxPage: 186, 29 maxPage: 181,
29}; 30};
30 31
31export default { 32export default {