- 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

@ -18,7 +18,7 @@ export default function Template({ data }) {
<title>{frontmatter.title} | Reactive Resume</title>
<link
rel="canonical"
href={`https://rxresume-staging.web.app/blog/${frontmatter.slug}`}
href={`https://rxresu.me/blog/${frontmatter.slug}`}
/>
</Helmet>

View File

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

View File

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

View File

@ -24,8 +24,8 @@ const Wrapper = ({ children }) => {
name="description"
content="A free and open source resume builder thats built to make the mundane tasks of creating, updating and sharing your resume as easy as 1, 2, 3."
/>
<link rel="canonical" href="https://rxresume-staging.web.app" />
<meta property="og:url" content="https://rxresume-staging.web.app" />
<link rel="canonical" href="https://rxresu.me" />
<meta property="og:url" content="https://rxresu.me" />
<meta property="og:type" content="website" />
<meta
property="og:description"