mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-11 18:56:06 +09:00
rename index file for collection and added accessiblity for some components
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: "Authors"
|
||||
meta_title: ""
|
||||
description: "this is meta description"
|
||||
---
|
||||
@@ -1,3 +0,0 @@
|
||||
---
|
||||
title: "Authors"
|
||||
---
|
||||
@@ -48,6 +48,6 @@ const pagesCollection = defineCollection({
|
||||
// Export collections
|
||||
export const collections = {
|
||||
posts: postsCollection,
|
||||
pages: pagesCollection,
|
||||
authors: authorsCollection,
|
||||
pages: pagesCollection,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user