diff --git a/apps/web-roo-code/src/lib/blog/content.ts b/apps/web-roo-code/src/lib/blog/content.ts index 125f2a5da6..bb264ec355 100644 --- a/apps/web-roo-code/src/lib/blog/content.ts +++ b/apps/web-roo-code/src/lib/blog/content.ts @@ -4,7 +4,7 @@ import matter from "gray-matter" import { ZodError } from "zod" import type { BlogPost } from "./types" import { blogFrontmatterSchema } from "./types" -import { getNowPt } from "./pt-time" +import { getNowPt, parsePublishTimePt } from "./pt-time" import { isPublished } from "./publishing" /**