summaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config.ts b/src/config.ts
index 70eacbd..b8aebfa 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -35,7 +35,6 @@ const mainQuery: GetPostQuery = {
35 "-plushification", 35 "-plushification",
36 "-foot_focus", 36 "-foot_focus",
37 "-world_war_*", 37 "-world_war_*",
38 "-tucker_chimera_(fma)",
39 "-adolf_hitler_(artist)", 38 "-adolf_hitler_(artist)",
40 "-blackkaries", 39 "-blackkaries",
41 "-photography_(artwork)", 40 "-photography_(artwork)",
@@ -44,7 +43,9 @@ const mainQuery: GetPostQuery = {
44 "score:>=20", 43 "score:>=20",
45 "inpool:false", 44 "inpool:false",
46 ], 45 ],
47 tagsBlacklist: [], 46 tagsBlacklist: [
47 "tucker_chimera_(fma)"
48 ],
48 maxPage: 118, 49 maxPage: 118,
49}; 50};
50 51