mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 13:54:05 +01:00
Add unlighthouse
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -25,3 +25,6 @@ logs
|
||||
|
||||
# Drizzle
|
||||
migrations
|
||||
|
||||
# Unlighthouse
|
||||
.unlighthouse
|
||||
@@ -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'
|
||||
@@ -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