Format literally everything
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
import '../global.css';
|
||||
import "../global.css";
|
||||
|
||||
export interface Props {
|
||||
title: string;
|
||||
@@ -7,7 +7,7 @@ export interface Props {
|
||||
image?: string;
|
||||
}
|
||||
|
||||
const { title, description, image = '/placeholder-social.jpg' } = Astro.props;
|
||||
const { title, description, image = "/placeholder-social.jpg" } = Astro.props;
|
||||
---
|
||||
|
||||
<!-- Global Metadata -->
|
||||
@@ -43,4 +43,3 @@ const { title, description, image = '/placeholder-social.jpg' } = Astro.props;
|
||||
href="https://fonts.googleapis.com/css?family=Roboto+Mono"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user