From ff76714e8ef7a6ebeef697ce32c165a30d5a0654 Mon Sep 17 00:00:00 2001 From: prototypa Date: Wed, 30 Aug 2023 14:07:39 -0400 Subject: [PATCH] Format with prettier --- src/content/post/astrowind-template-in-depth.mdx | 4 ++-- src/types.d.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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. */