rename index file for collection and added accessiblity for some components

This commit is contained in:
somrat sorkar
2023-05-15 12:19:03 +06:00
parent 60c98d631b
commit cc0e52e48b
11 changed files with 53 additions and 32 deletions
+5
View File
@@ -0,0 +1,5 @@
---
title: "Authors"
meta_title: ""
description: "this is meta description"
---
-3
View File
@@ -1,3 +0,0 @@
---
title: "Authors"
---
+1 -1
View File
@@ -48,6 +48,6 @@ const pagesCollection = defineCollection({
// Export collections
export const collections = {
posts: postsCollection,
pages: pagesCollection,
authors: authorsCollection,
pages: pagesCollection,
};