diff --git a/src/content/post/astrowind-template-in-depth.mdx b/src/content/post/astrowind-template-in-depth.mdx index 18fffaa..7b5c142 100644 --- a/src/content/post/astrowind-template-in-depth.mdx +++ b/src/content/post/astrowind-template-in-depth.mdx @@ -37,8 +37,8 @@ The styling mechanism consists of the following files (all paths are prefixed wi header section. See next. - 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. ### Dark Mode diff --git a/src/types.d.ts b/src/types.d.ts index d23514a..5c2e7b3 100644 --- a/src/types.d.ts +++ b/src/types.d.ts @@ -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. */