Skip to content

Commit

Permalink
refactor: add bulk about page
Browse files Browse the repository at this point in the history
  • Loading branch information
danpacho committed Dec 31, 2024
1 parent 5a38bb6 commit 488d2ad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/template/src/pages/about.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
import RootLayout from '../layouts/root_layout.astro'
---

<p>This is a test about page</p>
<RootLayout>
<p>About page</p>
</RootLayout>

0 comments on commit 488d2ad

Please sign in to comment.