feat: head component with excellent SEO

This commit is contained in:
radishzzz 2025-01-16 07:48:40 +00:00
parent 5d3a3b0321
commit 7659bbd1e2
8 changed files with 221 additions and 75 deletions

View file

@ -1,10 +1,12 @@
---
import Header from '@/components/Header.astro'
import Head from '@/components/Head.astro'
---
<!doctype html>
<html lang="en">
<Header />
<head>
<Head />
</head>
<body>
<slot />
</body>