diff --git a/src/components/header.astro b/src/components/header.astro index c455e39a..51f85195 100644 --- a/src/components/header.astro +++ b/src/components/header.astro @@ -23,6 +23,7 @@ const BLUESKY = getEnv(import.meta.env, Astro, 'BLUESKY') const staticProxy = getEnv(import.meta.env, Astro, 'STATIC_PROXY') ?? '/static/' const hideDescription = getEnv(import.meta.env, Astro, 'HIDE_DESCRIPTION') +const hideTitle = getEnv(import.meta.env, Astro, 'HIDE_TITLE') ---