mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
[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';
|
import type { Project } from '../types';
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
project: MarkdownInstance<Project>
|
project: MarkdownInstance<Project>;
|
||||||
}
|
}
|
||||||
|
|
||||||
const { frontmatter, url } = Astro.props.project;
|
const { frontmatter, url } = Astro.props.project;
|
||||||
|
|
Loading…
Reference in a new issue