[ci] format

This commit is contained in:
Princesseuh 2022-10-12 12:50:30 +00:00 committed by fredkbot
parent f604ef6c69
commit b7bff4847b

View file

@ -3,7 +3,7 @@ import type { MarkdownInstance } from 'astro';
import type { Project } from '../types';
interface Props {
project: MarkdownInstance<Project>
project: MarkdownInstance<Project>;
}
const { frontmatter, url } = Astro.props.project;