Import nuxt 3 and edit to script setup

This commit is contained in:
2021-11-07 22:19:18 +01:00
parent 0ed426b710
commit 83c1eca443
60 changed files with 3293 additions and 7086 deletions

11
settings/HeadConfig.ts Normal file
View File

@@ -0,0 +1,11 @@
export default {
title: 'arthurdanjou.fr - Web & Software Developer',
color: '#00a0ff',
image: '/images/memojies/Hey.png',
url: 'https://arthurdanjou.fr',
favicon: {
type: 'image/jpg',
href: '/favicon.png',
},
description: 'Web & Software Developer from Paris, France.',
}