diff options
Diffstat (limited to 'src/config.ts')
-rw-r--r-- | src/config.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.ts b/src/config.ts index 02b486b..68875b3 100644 --- a/src/config.ts +++ b/src/config.ts | |||
@@ -31,7 +31,7 @@ const mainQuery: GetPostQuery = { | |||
31 | "-crossdressing", | 31 | "-crossdressing", |
32 | "-mouth_shot", | 32 | "-mouth_shot", |
33 | "-animated", | 33 | "-animated", |
34 | "-transformation", | 34 | "-*transformation", |
35 | "-m*cro", | 35 | "-m*cro", |
36 | "-plushification", | 36 | "-plushification", |
37 | "-foot_focus", | 37 | "-foot_focus", |
@@ -52,7 +52,7 @@ const mainQuery: GetPostQuery = { | |||
52 | "huge_butt", | 52 | "huge_butt", |
53 | "dakimakura_design" | 53 | "dakimakura_design" |
54 | ], | 54 | ], |
55 | maxPage: 119, | 55 | maxPage: 121, |
56 | }; | 56 | }; |
57 | 57 | ||
58 | export default { | 58 | export default { |