diff options
-rw-r--r-- | src/config.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts index 78f6a20..2cbcda0 100644 --- a/src/config.ts +++ b/src/config.ts | |||
@@ -21,6 +21,7 @@ const mainQuery: GetPostQuery = { | |||
21 | "-cub", | 21 | "-cub", |
22 | "-hyper", | 22 | "-hyper", |
23 | "-lips", | 23 | "-lips", |
24 | "-dress", | ||
24 | "-animated", | 25 | "-animated", |
25 | "-adolf_hitler_(artist)", | 26 | "-adolf_hitler_(artist)", |
26 | "-photography_(artwork)", | 27 | "-photography_(artwork)", |
@@ -29,7 +30,7 @@ const mainQuery: GetPostQuery = { | |||
29 | "score:>=15", | 30 | "score:>=15", |
30 | "inpool:false", | 31 | "inpool:false", |
31 | ], | 32 | ], |
32 | maxPage: 176, | 33 | maxPage: 175, |
33 | }; | 34 | }; |
34 | 35 | ||
35 | export default { | 36 | export default { |