feat(reddit): add new posts matching search trigger

This commit is contained in:
Rıdvan Akca
2023-11-10 16:13:37 +03:00
parent c461cc4878
commit 5738a09771
6 changed files with 70 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/reddit.svg
items:
- name: New posts matching search
desc: Triggers when a search string matches a new post.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />