From 2dcf52b65bcc3c5d13f8b26ac0f6c4a7ad841fb4 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Fri, 2 Jan 2026 20:00:17 +0100 Subject: [PATCH] fix: ajouter l'importation de asSeoCollection dans content.config.ts --- content.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/content.config.ts b/content.config.ts index ec4eefb..cd04503 100644 --- a/content.config.ts +++ b/content.config.ts @@ -1,4 +1,5 @@ import { defineCollection, z } from '@nuxt/content' +import { asSeoCollection } from '@nuxt/seo/content' export const collections = { index: defineCollection({