fix: add viewport scaling for responsive design in Layout component and create search page layout

This commit is contained in:
fiatcode 2026-01-22 22:52:25 +07:00
parent 9e09c5623d
commit 43e01974f7
2 changed files with 10 additions and 1 deletions

View file

@ -0,0 +1,9 @@
---
import PageTitle from "@/components/PageTitle.astro";
import Layout from "@/layouts/Layout.astro";
---
<Layout title="Dhemas Nurjaya" description="Welcome to my personal website">
<PageTitle title="Search" />
<p>Come back later. This page will be available soon!</p>
</Layout>