feat: move articles link from 'blog/' to 'post/' paths
This commit is contained in:
parent
350f6f3865
commit
7e5f8ce06f
9 changed files with 15 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
import { z } from 'astro:content';
|
||||
|
||||
export const blogs = z.object({
|
||||
title: z.string(),
|
||||
description: z.string(),
|
||||
pubDate: z.coerce.date(),
|
||||
updatedDate: z.coerce.date().optional(),
|
||||
heroImage: z.string().optional()
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue