summaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/config.ts b/src/config.ts
index 8eef85b..b81fdcb 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -32,6 +32,8 @@ const mainQuery: GetPostQuery = {
32 "-animated", 32 "-animated",
33 "-transformation", 33 "-transformation",
34 "-m*cro", 34 "-m*cro",
35 "-plushification",
36 "-foot_focus",
35 "-world_war_*", 37 "-world_war_*",
36 "-adolf_hitler_(artist)", 38 "-adolf_hitler_(artist)",
37 "-blackkaries", 39 "-blackkaries",
@@ -41,10 +43,7 @@ const mainQuery: GetPostQuery = {
41 "score:>=20", 43 "score:>=20",
42 "inpool:false", 44 "inpool:false",
43 ], 45 ],
44 tagsBlacklist: [ 46 tagsBlacklist: [],
45 "plushification",
46 "foot_focus"
47 ],
48 maxPage: 118, 47 maxPage: 118,
49}; 48};
50 49