mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
fix search
This commit is contained in:
parent
d1e77e7a84
commit
e4139b7ac1
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ const props = defineProps<{
|
|||
const query = ref(props.q);
|
||||
|
||||
const search = () => {
|
||||
window.open(`https://www.google.com/search?q=${query.value}`, '_blank');
|
||||
window.open(`https://search.annoyingorange.xyz/search?q=${query.value}`, '_blank');
|
||||
};
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in a new issue