Skip to content

Commit

Permalink
Fix for issue #689: upgrade the routes/blog deno/gfm import
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikj111 committed Oct 24, 2024
1 parent 442871e commit 6c6399b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/blog/routes/blog/[slug].tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2023-2024 the Deno authors. All rights reserved. MIT license.
import { defineRoute } from "$fresh/server.ts";
import { CSS, render } from "https://deno.land/x/gfm@0.2.5/mod.ts";
import { CSS, render } from "jsr:@deno/gfm";
import { getPost } from "../../utils/posts.ts";
import Head from "@/components/Head.tsx";
import Share from "../../components/Share.tsx";
Expand Down

0 comments on commit 6c6399b

Please sign in to comment.