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, 5 insertions, 0 deletions
diff --git a/src/config.ts b/src/config.ts
index 17f61be..ede8cfc 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -52,6 +52,11 @@ const mainQuery: GetPostQuery = {
52 "overweight", 52 "overweight",
53 "big_belly", 53 "big_belly",
54 "dress", 54 "dress",
55 "gag",
56 "bdsm",
57 "latex",
58 "rubber_clothing",
59 "rubber_suit"
55 ], 60 ],
56 maxPage: 121, 61 maxPage: 121,
57}; 62};