- 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
+1 -1
View File
@@ -18,7 +18,7 @@ export default function Template({ data }) {
<title>{frontmatter.title} | Reactive Resume</title> <title>{frontmatter.title} | Reactive Resume</title>
<link <link
rel="canonical" rel="canonical"
href={`https://rxresu.me/blog/${frontmatter.slug}`} href={`https://rxresume-staging.web.app/blog/${frontmatter.slug}`}
/> />
</Helmet> </Helmet>
+4 -1
View File
@@ -22,7 +22,10 @@ const Artboard = () => {
<title> <title>
{name} | {t('shared.appName')} {name} | {t('shared.appName')}
</title> </title>
<link rel="canonical" href={`https://rxresu.me/app/builder/${id}`} /> <link
rel="canonical"
href={`https://rxresume-staging.web.app/app/builder/${id}`}
/>
</Helmet> </Helmet>
<div className={styles.container}> <div className={styles.container}>
@@ -28,7 +28,7 @@ const Actions = ({ name }) => {
const getSharableUrl = () => { const getSharableUrl = () => {
const shareId = state.id; const shareId = state.id;
return `https://rxresu.me/r/${shareId}`; return `https://rxresume-staging.web.app/r/${shareId}`;
}; };
const handleOpenLink = () => { const handleOpenLink = () => {
+2 -2
View File
@@ -23,8 +23,8 @@ const Wrapper = ({ children }) => {
name="description" 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." 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://rxresu.me" /> <link rel="canonical" href="https://rxresume-staging.web.app" />
<meta property="og:url" content="https://rxresu.me" /> <meta property="og:url" content="https://rxresume-staging.web.app" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta <meta
property="og:description" property="og:description"
+4 -1
View File
@@ -66,7 +66,10 @@ const Dashboard = ({ user }) => {
<title> <title>
{t('dashboard.title')} | {t('shared.appName')} {t('dashboard.title')} | {t('shared.appName')}
</title> </title>
<link rel="canonical" href="https://rxresu.me/app/dashboard" /> <link
rel="canonical"
href="https://rxresume-staging.web.app/app/dashboard"
/>
</Helmet> </Helmet>
<TopNavbar /> <TopNavbar />
+4 -1
View File
@@ -9,7 +9,10 @@ const FrequentlyAskedQuestions = () => {
<Wrapper> <Wrapper>
<Helmet> <Helmet>
<title>Frequently Asked Questions | Reactive Resume</title> <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> </Helmet>
<div className="md:w-1/2 container px-8 md:px-0 py-16 grid gap-12"> <div className="md:w-1/2 container px-8 md:px-0 py-16 grid gap-12">
+1 -1
View File
@@ -13,7 +13,7 @@ const Home = () => {
<Wrapper> <Wrapper>
<Helmet> <Helmet>
<title>{t('shared.appName')}</title> <title>{t('shared.appName')}</title>
<link rel="canonical" href="https://rxresu.me/" /> <link rel="canonical" href="https://rxresume-staging.web.app/" />
</Helmet> </Helmet>
<div className="container mt-24"> <div className="container mt-24">
+4 -1
View File
@@ -47,7 +47,10 @@ const ResumeViewer = ({ id }) => {
<title> <title>
{resume.name} | {t('shared.appName')} {resume.name} | {t('shared.appName')}
</title> </title>
<link rel="canonical" href={`https://rxresu.me/r/${id}`} /> <link
rel="canonical"
href={`https://rxresume-staging.web.app/r/${id}`}
/>
</Helmet> </Helmet>
<div <div