mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 16:22:59 +10:00
fix(client): 🐛 do not allow private resumes to be viewable or downloadable through the link
This commit is contained in:
@ -23,7 +23,7 @@ const Document: NextPage = () => (
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Organization",
|
||||
"url": "https://rxresu.me",
|
||||
"logo": "https://rxresu.me/images/logos/logo.svg"
|
||||
"logo": "https://rxresu.me/logo/dark.svg"
|
||||
}`,
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user