chore: add Prettier configuration and plugins for code formatting

This commit is contained in:
fiatcode 2026-01-22 17:23:05 +07:00
parent 33083907fb
commit 4c4c97b780
6 changed files with 66 additions and 13 deletions

View file

@ -6,9 +6,6 @@ import Layout from "@/layouts/Layout.astro";
// Don't want to use any of this? Delete everything in this file, the `assets`, `components`, and `layouts` directories, and start fresh.
---
<Layout
title="Dhemas Nurjaya"
description="Welcome to my personal website"
>
<Layout title="Dhemas Nurjaya" description="Welcome to my personal website">
<Welcome />
</Layout>