Added Author reader

This commit is contained in:
2025-11-11 13:18:37 +01:00
parent b30b77e6fd
commit ae1cabeb97
4 changed files with 19 additions and 1 deletions

View File

@@ -1,8 +1,12 @@
import { config } from '@keystatic/core';
import AuthorsCollection from '@/keystatic/collections/taxonomy/authors';
export default config({
storage: {
kind: 'local',
},
collections: {},
collections: {
authors: AuthorsCollection,
},
});