all-posts page, page titles, index page
This commit is contained in:
@@ -10,8 +10,8 @@ import { formatDate } from '@lib/datefmt';
|
||||
|
||||
export interface Props {
|
||||
entry: CollectionEntry<'posts'>,
|
||||
prevSlug: string | null,
|
||||
nextSlug: string | null,
|
||||
prevSlug?: string | null,
|
||||
nextSlug?: string | null,
|
||||
};
|
||||
|
||||
const { entry, prevSlug, nextSlug } = Astro.props;
|
||||
|
||||
Reference in New Issue
Block a user