summaryrefslogtreecommitdiff
path: root/src/config/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/types.ts')
-rw-r--r--src/config/types.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/types.ts b/src/config/types.ts
index 66e0cfe..6127e6f 100644
--- a/src/config/types.ts
+++ b/src/config/types.ts
@@ -86,6 +86,7 @@ export default {
"news.categories": ARR(NEWS_CATEGORIES),
"news.languages": ARR(NEWS_LANGUAGES),
"news.domains": ARR(STR),
+ "news.excludeDomains": ARR(STR),
"news.timezone": STR,
"news.pages": NUM,
} as { [k: string]: string | string[] | number[] };