Suppression des références aux certifications dans la documentation, la configuration et les endpoints API.

This commit is contained in:
2025-11-15 16:11:56 +01:00
parent 732c163f4e
commit da5a2dcc91
5 changed files with 0 additions and 85 deletions

View File

@@ -1,10 +0,0 @@
import { queryCollection } from '@nuxt/content/server'
export default defineCachedEventHandler(async (event) => {
return await queryCollection(event, 'certifications')
.where('extension', '=', 'json')
.first()
}, {
name: 'certifications-list',
maxAge: 3600 // 1 hour
})