Added Author reader
This commit is contained in:
@@ -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,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user