Skip to content

Commit

Permalink
Add fixes to app config defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
devcshort committed Aug 23, 2023
1 parent 2b65291 commit 0db815f
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions packages/client/app.defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,31 @@
"brand": {
"name": "Norse",
"logoUrl": "/logo.png",
"favicon": "/favicon.ico"
"faviconUrl": "/favicon.ico",
"openGraphUrl": ""
},
"contact": {
"email": "",
"number": "",
"feedbackUrl": ""
},
"nextConfig": {},
"nextConfig": {
"i18n": {
"defaultLocale": "en",
"locales": ["en"]
}
},
"search": {
"radiusOptions": [],
"defaultRadius": "0"
},
"features": {
"map": {
"plugin": {
"center": [-120.740135, 47.751076]
}
"plugin": "mapbox"
},
"sms": null
},
"plugins": [],
"theme": {
"primaryColor": "#005191",
"secondaryColor": "#FFB351",
Expand All @@ -31,7 +40,8 @@
"meta": {
"title": "NORSE - New Open Resource Search Engine",
"description": "211 connects callers, at no cost, to critical health and human services in their community. If you're unable to find a service, please dial 211 for assistance."
}
},
"showLocationInput": false
}
},
"menus": {
Expand All @@ -45,10 +55,6 @@
"href": "https://connect211.com"
}
],
"i18n": {
"defaultLocale": "en",
"locales": ["en"]
},
"categories": [
{
"name": "Disabilities",
Expand Down

0 comments on commit 0db815f

Please sign in to comment.