feat: upgrade fresh

This commit is contained in:
2025-01-05 14:59:05 +01:00
parent d0e7af971e
commit 1937ef55bb
8 changed files with 40 additions and 22 deletions

View File

@ -1,6 +1,6 @@
import { ComponentChildren } from "preact";
import { resources } from "@lib/resources.ts";
import { CSS, KATEX_CSS } from "https://deno.land/x/gfm@0.2.5/mod.ts";
import { CSS, KATEX_CSS } from "gfm";
import { Head } from "$fresh/runtime.ts";
import Search, { RedirectSearchHandler } from "@islands/Search.tsx";
import { KMenu } from "@islands/KMenu.tsx";