summaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts6
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 @@
1import { GetPostQuery } from "./api/e621"; 1import { GetPostQuery } from "./api/e926";
2 2
3const mainQuery: GetPostQuery = { 3const 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
36export default { 36export default {