summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/config.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts
index fc6e1ef..be77313 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -29,6 +29,8 @@ const mainQuery: GetPostQuery = {
29 "-mouth_shot", 29 "-mouth_shot",
30 "-animated", 30 "-animated",
31 "-transformation", 31 "-transformation",
32 "-world_war_1",
33 "-world_war_2",
32 "-adolf_hitler_(artist)", 34 "-adolf_hitler_(artist)",
33 "-blackkaries", 35 "-blackkaries",
34 "-photography_(artwork)", 36 "-photography_(artwork)",
@@ -37,7 +39,7 @@ const mainQuery: GetPostQuery = {
37 "score:>=20", 39 "score:>=20",
38 "inpool:false", 40 "inpool:false",
39 ], 41 ],
40 maxPage: 119, 42 maxPage: 120,
41}; 43};
42 44
43export default { 45export default {