Added WBArticle

This commit is contained in:
2025-11-19 09:35:58 +01:00
parent a7e27cc54a
commit b88532e089
6 changed files with 43 additions and 0 deletions

View File

@@ -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,
},
});