feat: (WIP) add a Fediverse Statuses Component to be used in mdx pages
This commit is contained in:
parent
7eb6685063
commit
de0456f4d4
2 changed files with 626 additions and 1 deletions
|
@ -3,7 +3,9 @@ title: 'Test Page'
|
|||
description: 'This is a test page'
|
||||
---
|
||||
import BlogRoll from "../../components/shortcodes/BlogRoll.astro"
|
||||
import FediStatuses from "../../components/shortcodes/FediStatuses.astro"
|
||||
|
||||
testestestest
|
||||
|
||||
<BlogRoll/>
|
||||
<BlogRoll/>
|
||||
<FediStatuses/>
|
Loading…
Add table
Add a link
Reference in a new issue