Format literally everything

This commit is contained in:
Cassidy Williams
2022-10-23 23:26:41 -05:00
parent ff9f16105e
commit 0d4e70c5ee
45 changed files with 11569 additions and 11706 deletions

View File

@@ -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"
/>