mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-10 20:07:00 +01:00
feat: intégrer les informations de contact et ajuster les priorités des liens sociaux
This commit is contained in:
@@ -3,6 +3,7 @@ export async function useContent() {
|
||||
const projects = await queryCollection('projects').where('extension', '=', 'md').order('publishedAt', 'DESC').all()
|
||||
const education = await queryCollection('education').where('extension', '=', 'md').order('startDate', 'DESC').all()
|
||||
const experiences = await queryCollection('experiences').where('extension', '=', 'md').order('startDate', 'DESC').all()
|
||||
const contact = await queryCollection('contact').where('extension', '=', 'json').first()
|
||||
|
||||
return { skills, projects, education, experiences }
|
||||
return { skills, projects, education, experiences, contact }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user