diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/layouts/Layout.astro | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 8d5c7e4..e79c99d 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -10,7 +10,10 @@ const { title } = Astro.props; <html lang="en"> <head> <meta charset="UTF-8" /> - <meta name="description" content="Astro description" /> + <meta + name="description" + content="providing only the most moe of web services" + /> <meta name="viewport" content="width=device-width" /> <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> <link |
