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

@@ -1,6 +1,6 @@
---
import HTMLCommonHead from "../components/HTMLCommonHead.astro";
import "../styles/global.css"
import "../styles/global.css";
interface Props {
title: string;
@@ -11,7 +11,7 @@ const { title } = Astro.props;
<!doctype html>
<html lang="zh">
<head>
<HTMLCommonHead title={title}/>
<HTMLCommonHead title={title} />
</head>
<body>
<slot />