mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-01 08:29:33 +01:00
Add unlighthouse
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -25,3 +25,6 @@ logs
|
|||||||
|
|
||||||
# Drizzle
|
# Drizzle
|
||||||
migrations
|
migrations
|
||||||
|
|
||||||
|
# Unlighthouse
|
||||||
|
.unlighthouse
|
||||||
@@ -10,7 +10,8 @@ export default defineNuxtConfig({
|
|||||||
'@vueuse/nuxt',
|
'@vueuse/nuxt',
|
||||||
'@nuxtjs/google-fonts',
|
'@nuxtjs/google-fonts',
|
||||||
'@nuxthq/studio',
|
'@nuxthq/studio',
|
||||||
"@nuxt/image"
|
'@nuxt/image',
|
||||||
|
'@nuxtjs/seo'
|
||||||
],
|
],
|
||||||
|
|
||||||
hub: {
|
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: {
|
content: {
|
||||||
highlight: {
|
highlight: {
|
||||||
theme: 'github-dark'
|
theme: 'github-dark'
|
||||||
@@ -91,4 +99,4 @@ export default defineNuxtConfig({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
2529
pnpm-lock.yaml
generated
2529
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user