Edit site title and meta description
This commit is contained in:
parent
87c08b105c
commit
dc7acf0397
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
||||||
<div class="hero-title__separator" aria-hidden="true" v-show="isVisible"></div>
|
<div class="hero-title__separator" aria-hidden="true" v-show="isVisible"></div>
|
||||||
</Transition>
|
</Transition>
|
||||||
<Transition name="fade-in-from-top">
|
<Transition name="fade-in-from-top">
|
||||||
<div class="hero-title__job" v-show="isVisible">Intégrateur web & développeur full stack</div>
|
<div class="hero-title__job" v-show="isVisible">Intégrateur & développeur web</div>
|
||||||
</Transition>
|
</Transition>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
|
|
|
@ -4,11 +4,11 @@ export const useAppHead = (pageTitleChunk) => {
|
||||||
// DATA
|
// DATA
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
const siteTitle = 'Paul Nicoué';
|
const siteTitle = 'Paul Nicoué - Intégrateur et développeur web';
|
||||||
const siteUrl = 'https://paulnicoue.com';
|
const siteUrl = 'https://paulnicoue.com';
|
||||||
const pageTitle = pageTitleChunk ? `${siteTitle} | ${pageTitleChunk}` : siteTitle;
|
const pageTitle = pageTitleChunk ? `${siteTitle} | ${pageTitleChunk}` : siteTitle;
|
||||||
const pageUrl = siteUrl + useRoute().path;
|
const pageUrl = siteUrl + useRoute().path;
|
||||||
const metaDescription = 'Intégrateur web et développeur full stack.';
|
const metaDescription = 'Intégration web à destination des agences de communication digitale. Création de sites internet sur mesure pour les entreprises et associations.';
|
||||||
const metaImageUrl = `${siteUrl}/images/paul-nicoue-logo-1200x675px.png`;
|
const metaImageUrl = `${siteUrl}/images/paul-nicoue-logo-1200x675px.png`;
|
||||||
|
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue