- final sanity checks before release

This commit is contained in:
Amruth Pillai
2020-07-17 09:06:47 +05:30
parent 816e400b31
commit 96259c6c5d
12 changed files with 16 additions and 28 deletions

View File

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

View File

@ -9,10 +9,7 @@ const FrequentlyAskedQuestions = () => {
<Wrapper>
<Helmet>
<title>Frequently Asked Questions | Reactive Resume</title>
<link
rel="canonical"
href="https://rxresume-staging.web.app/app/dashboard"
/>
<link rel="canonical" href="https://rxresu.me/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://rxresume-staging.web.app/" />
<link rel="canonical" href="https://rxresu.me/" />
</Helmet>
<div className="container px-8 xl:px-0 text-center md:text-left mt-24">

View File

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