fix props and build image

This commit is contained in:
Juan Carlos Manzanero Domínguez
2024-06-25 10:20:13 -06:00
parent 667038d811
commit c43d2e5420
8 changed files with 6367 additions and 8 deletions

View File

@ -5,6 +5,8 @@ import "@/styles/globals.css";
interface Props {
title: string;
description: string;
lang?: string;
}
const { title, description, lang } = Astro.props;