diff options
-rw-r--r-- | src/config.ts | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config.ts b/src/config.ts index e01a07c..88ba8b7 100644 --- a/src/config.ts +++ b/src/config.ts | |||
@@ -17,8 +17,9 @@ const mainQuery: GetPostQuery = { | |||
17 | "-obese", | 17 | "-obese", |
18 | "-friendship_is_magic", | 18 | "-friendship_is_magic", |
19 | "-my_little_pony", | 19 | "-my_little_pony", |
20 | "-paw_patrol", | ||
20 | "-diaper", | 21 | "-diaper", |
21 | "-cub", | 22 | "-pacifier", |
22 | "-hyper", | 23 | "-hyper", |
23 | "-lips", | 24 | "-lips", |
24 | "-dress", | 25 | "-dress", |
@@ -32,7 +33,7 @@ const mainQuery: GetPostQuery = { | |||
32 | "score:>=20", | 33 | "score:>=20", |
33 | "inpool:false", | 34 | "inpool:false", |
34 | ], | 35 | ], |
35 | maxPage: 117, | 36 | maxPage: 120, |
36 | }; | 37 | }; |
37 | 38 | ||
38 | export default { | 39 | export default { |