diff --git a/.github/workflows/firebase-hosting-merge-prod.yml b/.github/workflows/firebase-hosting-merge-prod.yml index fd77681..9b42c73 100644 --- a/.github/workflows/firebase-hosting-merge-prod.yml +++ b/.github/workflows/firebase-hosting-merge-prod.yml @@ -10,6 +10,7 @@ env: VITE_FIREBASE_APP_ID: ${{ secrets.VITE_FIREBASE_APP_ID_PROD }} VITE_FIREBASE_API_KEY: ${{ secrets.VITE_FIREBASE_API_KEY_PROD }} VITE_STADIA_KEY: ${{ secrets.VITE_STADIA_KEY }} + VITE_ANALYTICS_URL: ${{ secrets.VITE_ANALYTICS_URL }} 'on': push: branches: diff --git a/.github/workflows/firebase-hosting-merge-qa.yml b/.github/workflows/firebase-hosting-merge-qa.yml index 439f239..19a2996 100644 --- a/.github/workflows/firebase-hosting-merge-qa.yml +++ b/.github/workflows/firebase-hosting-merge-qa.yml @@ -10,6 +10,7 @@ env: VITE_FIREBASE_APP_ID: ${{ secrets.VITE_FIREBASE_APP_ID }} VITE_FIREBASE_API_KEY: ${{ secrets.VITE_FIREBASE_API_KEY }} VITE_STADIA_KEY: ${{ secrets.VITE_STADIA_KEY }} + VITE_ANALYTICS_URL: ${{ secrets.VITE_ANALYTICS_URL }} 'on': push: branches: diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index f683e12..36a7c44 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -10,6 +10,7 @@ env: VITE_FIREBASE_APP_ID: ${{ secrets.VITE_FIREBASE_APP_ID }} VITE_FIREBASE_API_KEY: ${{ secrets.VITE_FIREBASE_API_KEY }} VITE_STADIA_KEY: ${{ secrets.VITE_STADIA_KEY }} + VITE_ANALYTICS_URL: ${{ secrets.VITE_ANALYTICS_URL }} 'on': pull_request jobs: build_and_preview: diff --git a/README.md b/README.md index 297f5a3..d3174b2 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,6 @@ Interactive map of organized crime in South America. See the [Google Drive Folder](https://drive.google.com/drive/folders/1U2VPsuXm2Jfzjbf39y73rK3O6BKxV4Jy) for details. The Architecture document is most relevant. -Analytics for the web app can be viewed at https://net.tsuni.dev/redcoralmap.web.app. - ## Contributing Assign an issue to yourself, or work on one that has been assigned to you by cloning this repository, creating a new branch, pushing your changes, and creating a pull request into main. You'll get a preview link on the PR linked to the QA environment. Once you recieve an approval, feel free to merge into main! This will build deploy your code to production. diff --git a/src/App.tsx b/src/App.tsx index 59aa225..3f73fa5 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -116,7 +116,7 @@ const App: React.FC = () => { function Layout() { return ( -