fix: corriger l'importation de asSeoCollection dans content.config.ts

This commit is contained in:
2026-01-02 20:02:17 +01:00
parent 2dcf52b65b
commit fb25eddaf0

View File

@@ -1,5 +1,5 @@
import { defineCollection, z } from '@nuxt/content' import { defineCollection, z } from '@nuxt/content'
import { asSeoCollection } from '@nuxt/seo/content' import { asSeoCollection } from '@nuxtjs/seo/content'
export const collections = { export const collections = {
index: defineCollection({ index: defineCollection({