remove debug component
This commit is contained in:
parent
f7a9ad8242
commit
a5e383ae0a
@ -1,14 +1,11 @@
|
||||
---
|
||||
import { marked } from "marked";
|
||||
import formatDate from "@/utils/format-date";
|
||||
import { Debug } from "astro:components";
|
||||
|
||||
const props = Astro.props;
|
||||
const content = marked.parse(props.content);
|
||||
---
|
||||
|
||||
<Debug answer={props} />
|
||||
|
||||
<article class="rounded-md border px-4 py-2">
|
||||
<header class="mb-2">
|
||||
<section class="flex items-center justify-between text-sm">
|
||||
|
Loading…
x
Reference in New Issue
Block a user