diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 72bc105..0ea85c2 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -10,7 +10,6 @@ interface Props { const { title, description, ogImage, isHome, redirect } = Astro.props const defaultDescription = 'Zen Browser is built for speed, security, and true privacy. Download now to enjoy a beautifully-designed, distraction-free web experience packed with features.' -const defaultOgImage = '/share-pic.png' import '@fontsource/bricolage-grotesque/400.css' import '@fontsource/bricolage-grotesque/500.css' import '@fontsource/bricolage-grotesque/600.css' @@ -75,7 +74,7 @@ const locale = getLocale(Astro) - +