- 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

@ -66,7 +66,10 @@ const Dashboard = ({ user }) => {
<title>
{t('dashboard.title')} | {t('shared.appName')}
</title>
<link rel="canonical" href="https://rxresu.me/app/dashboard" />
<link
rel="canonical"
href="https://rxresume-staging.web.app/app/dashboard"
/>
</Helmet>
<TopNavbar />

View File

@ -9,7 +9,10 @@ const FrequentlyAskedQuestions = () => {
<Wrapper>
<Helmet>
<title>Frequently Asked Questions | Reactive Resume</title>
<link rel="canonical" href="https://rxresu.me/app/dashboard" />
<link
rel="canonical"
href="https://rxresume-staging.web.app/app/dashboard"
/>
</Helmet>
<div className="md:w-1/2 container px-8 md:px-0 py-16 grid gap-12">

View File

@ -13,7 +13,7 @@ const Home = () => {
<Wrapper>
<Helmet>
<title>{t('shared.appName')}</title>
<link rel="canonical" href="https://rxresu.me/" />
<link rel="canonical" href="https://rxresume-staging.web.app/" />
</Helmet>
<div className="container mt-24">

View File

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