Format with prettier

This commit is contained in:
prototypa
2023-08-30 14:07:39 -04:00
parent 76643e86b2
commit ff76714e8e
2 changed files with 3 additions and 3 deletions

View File

@ -37,8 +37,8 @@ The styling mechanism consists of the following files (all paths are prefixed wi
header section. See next.
</DListItem>
<DListItem dt="layouts/Layout.astro">
This layout is used for all of the pages rendered by _AstroWind_. The contents of _tailwind.css_ and _CustomStyles.astro_ component,
described above, is injected into the html header.
This layout is used for all of the pages rendered by _AstroWind_. The contents of _tailwind.css_ and
_CustomStyles.astro_ component, described above, is injected into the html header.
</DListItem>
### Dark Mode

2
src/types.d.ts vendored
View File

@ -1,4 +1,4 @@
import type { AstroComponentFactory } from "astro/runtime/server/index.js";
import type { AstroComponentFactory } from 'astro/runtime/server/index.js';
export interface Post {
/** A unique ID number that identifies a post. */