Skip to content

Commit

Permalink
fix: login to the website after rename
Browse files Browse the repository at this point in the history
  • Loading branch information
a0m0rajab committed Nov 1, 2023
1 parent bcdeb14 commit 1070a0c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .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"
2 changes: 1 addition & 1 deletion .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"
2 changes: 1 addition & 1 deletion .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"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Expand Up @@ -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"]
}
2 changes: 1 addition & 1 deletion src/popup/components/HighlightSlide.tsx
Expand Up @@ -92,7 +92,7 @@ export const HighlightSlide = ({ highlight, emojis }: HighlightSlideProps) => {

<a
className="text-orange cursor-pointer"
href={`https://insights.opensauced.pizza/user/${login}`}
href={`https://app.opensauced.pizza/user/${login}`}
rel="noopener noreferrer"
target="_blank"
>
Expand Down

0 comments on commit 1070a0c

Please sign in to comment.