From 4012301acbe99e107974bea101699e91a5b1115e Mon Sep 17 00:00:00 2001 From: Brad Andrick Date: Thu, 25 Jan 2024 15:30:26 -0500 Subject: [PATCH] Revert "update readme and changelog" This reverts commit 3b7ebcc21c9c2c5a45d439f906b8b06a4de7f496. --- CHANGELOG.md | 1 - README.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f20df91..2fa5af3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index bbd64896..0579bc27 100644 --- a/README.md +++ b/README.md @@ -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`