fix props and build image
This commit is contained in:
@ -5,6 +5,8 @@ import "@/styles/globals.css";
|
||||
|
||||
interface Props {
|
||||
title: string;
|
||||
description: string;
|
||||
lang?: string;
|
||||
}
|
||||
|
||||
const { title, description, lang } = Astro.props;
|
||||
|
Reference in New Issue
Block a user