Format all files with prettier: npm run format
This commit is contained in:
@@ -23,7 +23,7 @@ const { metadata } = Astro.props;
|
||||
actions={[
|
||||
{
|
||||
text: 'Download',
|
||||
href: 'https://github.com/onwidget/astrowind'
|
||||
href: 'https://github.com/onwidget/astrowind',
|
||||
},
|
||||
]}
|
||||
showToggleTheme
|
||||
@@ -32,4 +32,4 @@ const { metadata } = Astro.props;
|
||||
</slot>
|
||||
</Fragment>
|
||||
<slot />
|
||||
</PageLayout>
|
||||
</PageLayout>
|
||||
|
@@ -5,8 +5,8 @@ import type { MetaData } from '~/types';
|
||||
|
||||
export interface Props {
|
||||
frontmatter: {
|
||||
title?: string
|
||||
}
|
||||
title?: string;
|
||||
};
|
||||
}
|
||||
|
||||
const { frontmatter } = Astro.props;
|
||||
|
@@ -28,4 +28,4 @@ const { metadata } = Astro.props;
|
||||
<slot name="footer">
|
||||
<Footer {...footerData} />
|
||||
</slot>
|
||||
</Layout>
|
||||
</Layout>
|
||||
|
Reference in New Issue
Block a user