news: more sane default categories
This commit is contained in:
parent
f0bab936ed
commit
fc3ea04ee5
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ export default {
|
||||||
news: {
|
news: {
|
||||||
apiKey: "", // An API key from https://newsdata.io for accessing news
|
apiKey: "", // An API key from https://newsdata.io for accessing news
|
||||||
countries: ["current"], // A list of country codes or "current" for the current location
|
countries: ["current"], // A list of country codes or "current" for the current location
|
||||||
categories: [] as string[], // A list of news categories to filter by
|
categories: ["business", "top", "technology", "world"], // A list of news categories to filter by
|
||||||
languages: ["en"], // A list of languages codes to filter by
|
languages: ["en"], // A list of languages codes to filter by
|
||||||
domains: [] as string[], // A list of news domains to pull from, see https://newsdata.io/news-sources for available domains
|
domains: [] as string[], // A list of news domains to pull from, see https://newsdata.io/news-sources for available domains
|
||||||
timezone: "", // A timezone to filter by, e.g. "America/New_York", see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
timezone: "", // A timezone to filter by, e.g. "America/New_York", see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue