chore: change prettier to biome

This commit is contained in:
xfy
2025-05-19 19:22:46 +08:00
parent 31498754fb
commit f914f8ac96
7 changed files with 152 additions and 48 deletions

View File

@ -72,9 +72,9 @@ const Page = async ({
<article id="post-content">
{mdxSource.content}
<PostCommnetLine />
<div className="mt-4">
<PostComment />
</div>
{/* <div className="mt-4"> */}
{/* <PostComment /> */}
{/* </div> */}
</article>
</main>
</>