diff --git a/client/.env.development b/client/.env.development index 2cfc90a8..307d3f27 100644 --- a/client/.env.development +++ b/client/.env.development @@ -3,7 +3,7 @@ GATSBY_DATA_ROOT_PATH=https://d3jqyw10j8e7p9.cloudfront.net GATSBY_DATA_PIPELINE_SCORE_PATH=data-pipeline/data/score -GATSBY_SCORE_DOWNLOAD_FILE_PATH=downloadable/Screening+Tool+Data.zip +GATSBY_SCORE_DOWNLOAD_FILE_PATH=downloadable/Screening_Tool_Data.zip GATSBY_MAP_TILES_PATH=tiles # These may be used in the future: diff --git a/client/.env.local b/client/.env.local index f8ca6074..0c9bc02c 100644 --- a/client/.env.local +++ b/client/.env.local @@ -3,7 +3,7 @@ GATSBY_DATA_ROOT_PATH=http://localhost:5000/data/data-pipeline GATSBY_DATA_PIPELINE_SCORE_PATH=data_pipeline/data/score -GATSBY_SCORE_DOWNLOAD_FILE_PATH=downloadable/Screening+Tool+Data.zip +GATSBY_SCORE_DOWNLOAD_FILE_PATH=downloadable/Screening_Tool_Data.zip GATSBY_MAP_TILES_PATH=tiles # These may be used in the future: diff --git a/client/.gitignore b/client/.gitignore index adb519ff..8fcc9fab 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -4,5 +4,4 @@ public .eslintcache cypress/screenshots/ cypress/videos/ -.DS_Store -.env.* \ No newline at end of file +.DS_Store \ No newline at end of file