···22import { z } from "astro/zod";
33import { fetchVideoPosts } from "../utils/bluesky-api";
44import { parseRichText } from "../utils/richtext";
55-import { getVideoAmbientBackdropInlineStyle } from "../utils/video-ambient-backdrop";
6576export const server = {
87 /** Loads the next page of video posts for a handle using the stored cursor. */
···1817 postId: post.postId,
1918 thumbnail: post.thumbnail,
2019 captionHtml: parseRichText(post.caption),
2121- videoAmbientBackdropStyle: getVideoAmbientBackdropInlineStyle(post.thumbnail),
2220 }));
23212422 return {