fix: réorganiser la configuration du site et des collections dans nuxt.config.ts et content.config.ts

This commit is contained in:
2026-01-02 19:27:02 +01:00
parent 9de199e9d0
commit aedd8131d9
3 changed files with 39 additions and 27 deletions

View File

@@ -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>