diff --git a/src/assets/opengraph.png b/src/assets/opengraph.png new file mode 100644 index 0000000..3d33839 Binary files /dev/null and b/src/assets/opengraph.png differ diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 2168e90..59791b6 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -2,6 +2,7 @@ import '../styles/global.scss'; import Navbar from '../components/Layout/Navbar/Navbar.jsx'; import Footer from '../components/Layout/Footer/Footer.astro'; +import opengraph from "/src/assets/opengraph.png"; export interface Props { view: string; @@ -9,6 +10,9 @@ export interface Props { } const {view, title} = Astro.props; +const description = + "Access the open, user-owned web with Lume Web, and make it yours."; +const url = "https://web3extension.io"; --- @@ -17,10 +21,23 @@ const {view, title} = Astro.props; {title} + + + + + + + + + + + + +