Added taxonomy/tags + reader
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { config } from '@keystatic/core';
|
||||
|
||||
import AuthorsCollection from '@/keystatic/collections/taxonomy/authors';
|
||||
import TagsCollection from '@/keystatic/collections/taxonomy/tags';
|
||||
|
||||
export default config({
|
||||
storage: {
|
||||
@@ -8,5 +9,6 @@ export default config({
|
||||
},
|
||||
collections: {
|
||||
authors: AuthorsCollection,
|
||||
tags: TagsCollection,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user