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