Skip to content

Commit 1a9444c

Browse files
committed
feat: upgrade contentCollections API, use content instead of collections
1 parent 60289a7 commit 1a9444c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/website/content-collections.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const sugarHighDocs = defineCollection({
145145
});
146146

147147
export default defineConfig({
148-
collections: [
148+
content: [
149149
generalDocs,
150150
gstartedDocs,
151151
reactDocs,

0 commit comments

Comments
 (0)