rewrite nav
This commit is contained in:
parent
6249a0aba7
commit
5341fe58d0
18 changed files with 254 additions and 415 deletions
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
import { processMarkdown } from "@config/io/markdown"
|
||||
import { processMarkdown } from "@config/io/markdown";
|
||||
|
||||
export interface Props {
|
||||
markdown?: string,
|
||||
markdown?: string;
|
||||
}
|
||||
|
||||
const { markdown } = Astro.props;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue