view transition draft
This commit is contained in:
@@ -4,9 +4,9 @@ import { format, add } from 'date-fns';
|
||||
import CalendarIcon from '../img/svg/calendar.svg';
|
||||
|
||||
interface Props {
|
||||
title: String;
|
||||
title: string;
|
||||
date: Date;
|
||||
slug?: String;
|
||||
slug?: string;
|
||||
}
|
||||
|
||||
const { title, date, slug } = Astro.props;
|
||||
|
||||
Reference in New Issue
Block a user