From edd3b0972115ebddd068ed226158ace07c706401 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Sun, 9 Aug 2026 19:32:06 -0400 Subject: feature: add a reading page --- .astro/content.d.ts | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.astro/content.d.ts') diff --git a/.astro/content.d.ts b/.astro/content.d.ts index cccfa96..8d2cb8c 100644 --- a/.astro/content.d.ts +++ b/.astro/content.d.ts @@ -172,6 +172,14 @@ declare module 'astro:content' { rendered?: RenderedContent; filePath?: string; }>; +"reading": Record; + rendered?: RenderedContent; + filePath?: string; +}>; }; -- cgit v1.2.1