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