diff options
Diffstat (limited to 'src/pages/index.astro')
| -rw-r--r-- | src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index 1f6061d..ab4f39b 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -6,7 +6,7 @@ import Profile from '../images/Alee.png'; import '../styles/index.css'; --- -<Layout title="Andrew Lee"> +<Layout title="Andrew Lee" description="Andrew Lee Website"> <main class="home"> <div class="headline"> <Image src={Profile} class="avatar" alt="Andrew Lee" height={200} width={200} /> |
