fix: search MFM not working
This commit is contained in:
parent
6e8aa76f2d
commit
eb7c9cb895
@ -22,7 +22,7 @@ const props = defineProps<{
|
||||
const query = ref(props.q);
|
||||
|
||||
const search = () => {
|
||||
router.push(`/search/${query.value}`);
|
||||
router.push(`/search?q=${query.value}`);
|
||||
};
|
||||
</script>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user