Added AWQ Articles
This commit is contained in:
@@ -5,6 +5,9 @@ import AuthorsCollection from '@/keystatic/collections/taxonomy/authors';
|
||||
import TagsCollection from '@/keystatic/collections/taxonomy/tags';
|
||||
import MetaPostsCollection from '@/keystatic/collections/meta/article';
|
||||
|
||||
import AWQColletions from '@/keystatic/collections/awq';
|
||||
import awqCollections from '@/keystatic/collections/awq';
|
||||
|
||||
export default config({
|
||||
storage: {
|
||||
kind: 'local',
|
||||
@@ -14,5 +17,6 @@ export default config({
|
||||
authors: AuthorsCollection,
|
||||
tags: TagsCollection,
|
||||
meta_posts: MetaPostsCollection,
|
||||
...awqCollections,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user