mirror of
https://github.com/ArthurDanjou/artdanj-resume.git
synced 2026-01-14 15:54:06 +01:00
Change page description
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
||||
<title>Arthur Danjou - My Résumé</title>
|
||||
<meta name="description" content="My tech and development résumé">
|
||||
<meta name="description" content="Check my technology résumé">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
@@ -4,7 +4,7 @@ import { useHead } from '@vueuse/head'
|
||||
useHead({
|
||||
title: 'Arthur Danjou - My Résumé',
|
||||
meta: [
|
||||
{ name: 'description', content: 'See my technology resume' },
|
||||
{ name: 'description', content: 'Check my technology résumé' },
|
||||
],
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user