Update +page.svelte

This commit is contained in:
BOTAlex 2025-02-27 18:46:38 +01:00
parent ece1ed6bbe
commit 01865b473b
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@
</script>
<title>Zhentao Wei's CV {getFormattedDate()}</title>
<meta content="Zhentao Wei's Epos CV" property="og:title" />
<meta content="This CV is made completely with html + css + js" property="og:description" />
<meta content="Zhentao Wei's CV" property="og:title" />
<meta content="This CV is made completely with svelte + html + css + js" property="og:description" />
<meta content={preveiwImage} property="og:image" />
<meta content="#bdd6ee" data-react-helmet="true" name="theme-color" />