Skip to content

Commit 960740e

Browse files
committed
fix: search from landing
1 parent cd0b7b0 commit 960740e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/Landing/HeroSearchbar.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ export default {
2525
methods: {
2626
handleSubmit() {
2727
this.$router.push({
28-
path: '/tool',
29-
query: { search: this.input },
28+
path: '/tool/search',
29+
query: { q: this.input },
3030
});
3131
},
3232
},

0 commit comments

Comments
 (0)