Leaflet Blog in Deno Fresh

add whtwnd

Changed files
+2 -1
lib
+1
deno.json
···
],
"imports": {
"$fresh/": "https://deno.land/x/fresh@1.7.3/",
+
"@atcute/whitewind": "npm:@atcute/whitewind@^3.0.1",
"@deno/gfm": "jsr:@deno/gfm@^0.10.0",
"@preact-icons/cg": "jsr:@preact-icons/cg@^1.0.13",
"@preact-icons/fi": "jsr:@preact-icons/fi@^1.0.13",
+1 -1
lib/api.ts
···
import { env } from "./env.ts";
import { type ComAtprotoRepoListRecords } from "npm:@atcute/client/lexicons";
-
import { type ComWhtwndBlogEntry } from "npm:@atcute/whitewind";
+
import { type ComWhtwndBlogEntry } from "@atcute/whitewind";
export async function getPosts() {
const posts = await bsky.get("com.atproto.repo.listRecords", {