diff --git a/.env.development b/.env.development index ec5fb844..ceb179c3 100644 --- a/.env.development +++ b/.env.development @@ -1,3 +1,3 @@ -VITE_OPEN_SAUCED_INSIGHTS_DOMAIN = "beta.insights.opensauced.pizza" +VITE_OPEN_SAUCED_INSIGHTS_DOMAIN = "beta.app.opensauced.pizza" VITE_OPEN_SAUCED_API_ENDPOINT = "https://beta.api.opensauced.pizza/v1" VITE_OPEN_SAUCED_SUPABASE_ID = "fcqqkxwlntnrtjfbcioz" \ No newline at end of file diff --git a/.env.production b/.env.production index 7de39ca8..055ccdde 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,3 @@ -VITE_OPEN_SAUCED_INSIGHTS_DOMAIN = "insights.opensauced.pizza" +VITE_OPEN_SAUCED_INSIGHTS_DOMAIN = "app.opensauced.pizza" VITE_OPEN_SAUCED_API_ENDPOINT = "https://api.opensauced.pizza/v1" VITE_OPEN_SAUCED_SUPABASE_ID = "ibcwmlhcimymasokhgvn" \ No newline at end of file diff --git a/.env.test b/.env.test index ec5fb844..ceb179c3 100644 --- a/.env.test +++ b/.env.test @@ -1,3 +1,3 @@ -VITE_OPEN_SAUCED_INSIGHTS_DOMAIN = "beta.insights.opensauced.pizza" +VITE_OPEN_SAUCED_INSIGHTS_DOMAIN = "beta.app.opensauced.pizza" VITE_OPEN_SAUCED_API_ENDPOINT = "https://beta.api.opensauced.pizza/v1" VITE_OPEN_SAUCED_SUPABASE_ID = "fcqqkxwlntnrtjfbcioz" \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 56285011..bf2ee412 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: release: environment: name: ${{ needs.setup.outputs.DEPLOY_ENVIRONMENT }} - url: https://${{ needs.setup.outputs.DEPLOY_SUBDOMAIN }}insights.opensauced.pizza + url: https://${{ needs.setup.outputs.DEPLOY_SUBDOMAIN }}app.opensauced.pizza name: Semantic release needs: - setup diff --git a/manifest.json b/manifest.json index f405e689..bc85838b 100644 --- a/manifest.json +++ b/manifest.json @@ -20,6 +20,6 @@ "48": "src/assets/os-icons/os-icon-48.png", "128": "src/assets/os-icons/os-icon-128.png" }, - "host_permissions": ["https://github.com/*", "https://*.insights.opensauced.pizza/*" , "https://www.linkedin.com/*"], + "host_permissions": ["https://github.com/*", "https://*.app.opensauced.pizza/*" , "https://www.linkedin.com/*"], "permissions": ["scripting", "storage", "tabs", "cookies"] } diff --git a/src/popup/components/HighlightSlide.tsx b/src/popup/components/HighlightSlide.tsx index a08b87d6..c21592ae 100644 --- a/src/popup/components/HighlightSlide.tsx +++ b/src/popup/components/HighlightSlide.tsx @@ -92,7 +92,7 @@ export const HighlightSlide = ({ highlight, emojis }: HighlightSlideProps) => {