15 lines
283 B
Markdown
15 lines
283 B
Markdown
---
|
|
favicon: /favicons/bluesky.svg
|
|
items:
|
|
- name: Create post
|
|
desc: Creates a new post.
|
|
- name: Search post by url
|
|
desc: Searches a post in a thread by url.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing />
|