mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-19 03:01:53 +10:00
- gear up for staging release
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user