Add unlighthouse

This commit is contained in:
2024-06-30 23:55:27 +02:00
parent a62a8a1183
commit 092f923d23
3 changed files with 2482 additions and 62 deletions

3
.gitignore vendored
View File

@@ -25,3 +25,6 @@ logs
# Drizzle
migrations
# Unlighthouse
.unlighthouse

View File

@@ -10,7 +10,8 @@ export default defineNuxtConfig({
'@vueuse/nuxt',
'@nuxtjs/google-fonts',
'@nuxthq/studio',
"@nuxt/image"
'@nuxt/image',
'@nuxtjs/seo'
],
hub: {
@@ -27,6 +28,13 @@ export default defineNuxtConfig({
}
},
site: {
url: 'https://arthurdanjou.fr',
name: 'Arthur Danjou | Mathematics Lover and IA Enthusiast',
description: 'I\'m Arthur, a Mathematics lover and IA enthusiast. I\'m currently studying at the University of Paris-Saclay. I\'m passionate about Mathematics, Computer Science, and Artificial Intelligence.',
defaultLocale: 'en'
},
content: {
highlight: {
theme: 'github-dark'

2529
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff