Add env variable to set path prefix (#706)

* Add env variable to set path prefix

- When routing traffic to our new URL, the path prefix needs to be blank
- adding path prefix to be set by env var to yml files

* Update reference to env var in PATH_PREFIX

* Update PR message URL with CDN

- The actual website will point to the base url CDN
This commit is contained in:
Vim 2021-09-17 11:52:27 -07:00 committed by GitHub
commit a532b652b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 3 deletions

View file

@ -8,6 +8,7 @@ interface IZoomWarningProps {
zoomLevel: number
}
// Update this file to trigger build
const ZoomWarning = ({zoomLevel}: IZoomWarningProps) => {
return (
<>