diff options
Diffstat (limited to 'examples/blog/src')
-rw-r--r-- | examples/blog/src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/src/pages/index.astro b/examples/blog/src/pages/index.astro index 5113c8e8d..46975d8fb 100644 --- a/examples/blog/src/pages/index.astro +++ b/examples/blog/src/pages/index.astro @@ -11,7 +11,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts'; <BaseHead title={SITE_TITLE} description={SITE_DESCRIPTION} /> </head> <body> - <Header title={SITE_TITLE} /> + <Header /> <main> <h1>🧑🚀 Hello, Astronaut!</h1> <p> |