diff options
Diffstat (limited to 'src/config.ts')
-rw-r--r-- | src/config.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config.ts b/src/config.ts index 2cbcda0..1483d18 100644 --- a/src/config.ts +++ b/src/config.ts | |||
@@ -1,4 +1,4 @@ | |||
1 | import { GetPostQuery } from "./api/e621"; | 1 | import { GetPostQuery } from "./api/e926"; |
2 | 2 | ||
3 | const mainQuery: GetPostQuery = { | 3 | const mainQuery: GetPostQuery = { |
4 | tags: [ | 4 | tags: [ |
@@ -27,10 +27,10 @@ const mainQuery: GetPostQuery = { | |||
27 | "-photography_(artwork)", | 27 | "-photography_(artwork)", |
28 | "-3d_(artwork)", | 28 | "-3d_(artwork)", |
29 | "status:active", | 29 | "status:active", |
30 | "score:>=15", | 30 | "score:>=20", |
31 | "inpool:false", | 31 | "inpool:false", |
32 | ], | 32 | ], |
33 | maxPage: 175, | 33 | maxPage: 117, |
34 | }; | 34 | }; |
35 | 35 | ||
36 | export default { | 36 | export default { |