Skip to content

Commit

Permalink
Revert "update readme and changelog"
Browse files Browse the repository at this point in the history
This reverts commit 3b7ebcc.
  • Loading branch information
bradleyandrick committed Jan 25, 2024
1 parent 3b7ebcc commit 4012301
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Top nav bar and components height reduced.
- Search does not re-run automatically on view mode changed, search button must be clicked or `SPACE` key pressed.
- Results info panel relocated to be sticky to top left of map frame.
- Fetch requests to files in hosted app build directory now use relative path.

### Fixed

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ The file `./public/config/config.example.json` is included in this repository as

> NOTE: This project uses a "build-once, deploy-anywhere" approach with config variables. The config is read on application load by a fetch to the `/config/config.json` path.
> There is a cachebreaker included in the request to prevent stale config files from being used.
> This works if the app is deployed with at the root. If nested, the config path may need adjusting and will require a new build step.
### `config.json`

Expand Down

0 comments on commit 4012301

Please sign in to comment.