mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-02 17:31:31 +01:00
fix: réorganiser la configuration du site et des collections dans nuxt.config.ts et content.config.ts
This commit is contained in:
11
app/app.vue
11
app/app.vue
@@ -2,17 +2,6 @@
|
||||
useHead({
|
||||
titleTemplate: (titleChunk) => {
|
||||
return titleChunk ? `${titleChunk} %separator %siteName` : 'Arthur Danjou %separator AI Safety & Applied Math'
|
||||
},
|
||||
templateParams: {
|
||||
siteName: 'Arthur Danjou',
|
||||
separator: '•'
|
||||
},
|
||||
link: [
|
||||
{ rel: 'icon', type: 'image/webp', href: '/favicon.webp' },
|
||||
{ rel: 'apple-touch-icon', href: '/favicon.webp' }
|
||||
],
|
||||
htmlAttrs: {
|
||||
lang: 'en'
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user