fix little issues
This commit is contained in:
@@ -8,9 +8,7 @@ export interface Props {
|
||||
title: string;
|
||||
}
|
||||
|
||||
const title = Astro.props.frontmatter
|
||||
? Astro.props.frontmatter.title
|
||||
: Astro.props.title;
|
||||
const title = Astro.props.title;
|
||||
---
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
Reference in New Issue
Block a user