--- 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; title: string; } 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"; --- {title}