Fix Redis hover + improve nuxt config

This commit is contained in:
2020-12-29 18:14:17 +01:00
parent 40c47e421e
commit 9adfc54228
5 changed files with 306 additions and 440 deletions

View File

@@ -3,10 +3,14 @@ export default {
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ hid: 'description', name: 'description', content: 'ArtSite is my personal website build using NuxtJs to create a single point of contact' },
{ hid: 'og:type', name: 'og:type', content: 'website' },
{ hid: 'og:url', name: 'og:url', content: 'https://arthurdanjou.fr' },
{ hid: 'og:title', name: 'og:title', content: 'Arthur Danjou | FullStack Web & Software Developer' },
{ hid: 'og:site_name', name: 'og:site_name', content: 'Arthur Danjou | FullStack Web & Software Developer' },
{ hid: 'og:locale', name: 'og:locale', content: 'fr' },
{ hid: 'og:locale', name: 'og:locale', content: 'en' },
{ hid: 'og:image', name: 'og:image', content: '/images/image.jpg' },
],
link: [
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }