diff options
| -rw-r--r-- | src/config.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts index e5198f3..1740e5e 100644 --- a/src/config.ts +++ b/src/config.ts | |||
| @@ -60,7 +60,9 @@ const mainQuery: GetPostQuery = { | |||
| 60 | "hypnosis", | 60 | "hypnosis", |
| 61 | "mind_control", | 61 | "mind_control", |
| 62 | "big_butt", | 62 | "big_butt", |
| 63 | "thigh_highs" | 63 | "thigh_highs", |
| 64 | "legwear", | ||
| 65 | "leggings" | ||
| 64 | ], | 66 | ], |
| 65 | maxPage: 121, | 67 | maxPage: 121, |
| 66 | }; | 68 | }; |
