Element84 / filmdrop-ui

A web UI to search and display results from the FilmDrop STAC API.
Other
23 stars 1 forks source link

Ba/move title to config #245

Closed bradleyandrick closed 1 year ago

bradleyandrick commented 1 year ago

Related Issue(s):

Proposed Changes:

  1. Move app title from env variable to config file for completing build once deploy anywhere approach.
  2. Removed mention of env variables from README as they are no longer used.
  3. Added configHelper.js and DoesFaviconExistService to get-config-service

BOUNS: Add favicon config setting to allow custom favicon to be set.

To test:

test pass 🍏 npm run test

BEFORE ALL

Test config app title

Test config app favicon

PR Checklist: