fix: add viewport scaling for responsive design in Layout component and create search page layout
This commit is contained in:
parent
9e09c5623d
commit
43e01974f7
2 changed files with 10 additions and 1 deletions
9
src/pages/search/index.astro
Normal file
9
src/pages/search/index.astro
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue