1--- 2import Base from "../components/Base.astro"; 3import "../styles/main.css"; 4--- 5 6<Base 7 title="HOME" 8 graph={{ 9 description: "WARNING: Bug inside.", 10 url: "https://entomoviscera.online/home", 11 }} 12> 13 <p>Under construction. Come back later.</p> 14</Base>