Edit site title and description
This commit is contained in:
parent
675123b49e
commit
398fa898a0
2 changed files with 3 additions and 3 deletions
|
@ -4,11 +4,11 @@ export const useAppHead = (pageTitleChunk) => {
|
|||
// DATA
|
||||
// --------------------------------------------------
|
||||
|
||||
const siteTitle = 'Paul Nicoué - Intégrateur et développeur web';
|
||||
const siteTitle = 'Paul Nicoué';
|
||||
const siteUrl = 'https://paulnicoue.com';
|
||||
const pageTitle = pageTitleChunk ? `${siteTitle} | ${pageTitleChunk}` : siteTitle;
|
||||
const pageUrl = siteUrl + useRoute().path;
|
||||
const metaDescription = `Intégration web à l'intention des agences de communication digitale. Création de sites internet sur mesure pour les entreprises et associations.`;
|
||||
const metaDescription = `Intégrateur et développeur web.`;
|
||||
const metaImageUrl = `${siteUrl}/images/paul-nicoue-logo-1200x675px.png`;
|
||||
|
||||
// --------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue