diff --git a/.env.development b/.env.development index 82b538a..9d59558 100644 --- a/.env.development +++ b/.env.development @@ -1 +1,2 @@ -REACT_APP_VIDEO_CDN=https://cabana-video-development.azureedge.net \ No newline at end of file +BROWSER=none +REACT_APP_VIDEO_CDN=https://cabana-video-development.azureedge.net diff --git a/.env.production b/.env.production index 6acbca6..14b6c2b 100644 --- a/.env.production +++ b/.env.production @@ -1 +1,2 @@ -REACT_APP_VIDEO_CDN=https://cabana-video.azureedge.net \ No newline at end of file +BROWSER=none +REACT_APP_VIDEO_CDN=https://cabana-video.azureedge.net diff --git a/.env.staging b/.env.staging index 3d34115..f81c83c 100644 --- a/.env.staging +++ b/.env.staging @@ -1 +1,2 @@ -REACT_APP_VIDEO_CDN=https://cabana-video-staging.azureedge.net \ No newline at end of file +BROWSER=none +REACT_APP_VIDEO_CDN=https://cabana-video-staging.azureedge.net diff --git a/package.json b/package.json index afd9c32..aac1991 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,10 @@ "private": true, "homepage": "https://community.comma.ai/cabana", "dependencies": { - "@commaai/comma-api": "^1.3.1", + "@commaai/comma-api": "^1.7.0", "@commaai/hls.js": "^0.12.7", "@commaai/log_reader": "^0.5.5", - "@commaai/my-comma-auth": "^1.1.4", + "@commaai/my-comma-auth": "^1.3.0", "@commaai/pandajs": "^0.3.4", "@craco/craco": "^5.5.0", "ap": "^0.2.0", @@ -16,7 +16,6 @@ "base64-inline-loader": "^1.1.0", "classnames": "^2.2.5", "clipboard": "^1.7.1", - "config-request": "^0.5.1", "core-js": "^2.4.1", "create-react-class": "^15.5.3", "cuint": "^0.2.2", @@ -63,6 +62,7 @@ "thyming": "^0.1.1", "vega": "^5.3.4", "vega-lite": "^3.0.0", + "query-string": "^5.0.1", "vega-tooltip": "^0.4.0" }, "devDependencies": { @@ -80,9 +80,10 @@ "env-cmd": "^8.0.2", "gh-pages": "^2.1.1", "http-proxy-middleware": "0.17.3", - "jest-puppeteer": "^4.3.0", "json-loader": "0.5.4", - "puppeteer": "^1.20.0", + "expect-puppeteer": "^5.0.4", + "jest-puppeteer": "^5.0.4", + "puppeteer": "^9.1.0", "rimraf": "^3.0.0", "serve-handler": "^6.1.2", "url-toolkit": "^2.1.1", diff --git a/public/404.html b/public/404.html new file mode 100644 index 0000000..74c0029 --- /dev/null +++ b/public/404.html @@ -0,0 +1,41 @@ + + + + + Single Page Apps for GitHub Pages + + + + + diff --git a/public/index.html b/public/index.html index 0ab8f84..adc4022 100644 --- a/public/index.html +++ b/public/index.html @@ -29,6 +29,38 @@ Learn how to configure a non-root public URL by running `npm run build`. --> comma.ai cabana + + + +