There was an error while loading. Please reload this page.
1 parent cd0b7b0 commit 960740eCopy full SHA for 960740e
1 file changed
components/Landing/HeroSearchbar.vue
@@ -25,8 +25,8 @@ export default {
25
methods: {
26
handleSubmit() {
27
this.$router.push({
28
- path: '/tool',
29
- query: { search: this.input },
+ path: '/tool/search',
+ query: { q: this.input },
30
});
31
},
32
0 commit comments