- gear up for staging release

This commit is contained in:
Amruth Pillai
2020-07-16 15:59:35 +05:30
parent f41018c60b
commit 406a3dba56
8 changed files with 21 additions and 9 deletions

View File

@ -22,7 +22,10 @@ const Artboard = () => {
<title>
{name} | {t('shared.appName')}
</title>
<link rel="canonical" href={`https://rxresu.me/app/builder/${id}`} />
<link
rel="canonical"
href={`https://rxresume-staging.web.app/app/builder/${id}`}
/>
</Helmet>
<div className={styles.container}>

View File

@ -28,7 +28,7 @@ const Actions = ({ name }) => {
const getSharableUrl = () => {
const shareId = state.id;
return `https://rxresu.me/r/${shareId}`;
return `https://rxresume-staging.web.app/r/${shareId}`;
};
const handleOpenLink = () => {