Added AWQ Articles

This commit is contained in:
2025-10-13 22:44:31 +02:00
parent 0bca3573f7
commit ce885d8eae
9 changed files with 443 additions and 3 deletions

View File

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