Format all code using prettier.

This commit is contained in:
2024-10-12 21:04:57 +08:00
parent c323698b2a
commit 9cf9745d49
18 changed files with 199 additions and 101 deletions

View File

@@ -24,7 +24,7 @@ interface Props {
}
const { entry } = Astro.props;
const articlePrettyName:string = entry.id.split("/").pop()!.replace(".md", "");
const articlePrettyName: string = entry.id.split("/").pop()!.replace(".md", "");
---
<DefaultLayout title=`${articlePrettyName} - 李守中`>