[ci] format
This commit is contained in:
parent
f604ef6c69
commit
b7bff4847b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue