Turbo Repo Env Fixes for Docs App. (#218)
* turbo js env update * turbo repo env fixes
This commit is contained in:
parent
fbb045436c
commit
d2df3330fa
2 changed files with 5 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ function useAutocomplete() {
|
|||
return item.query
|
||||
},
|
||||
getItemUrl({ item }) {
|
||||
let url = new URL(item.url)
|
||||
const url = new URL(item.url)
|
||||
return `${url.pathname}${url.hash}`
|
||||
},
|
||||
onSelect({ itemUrl }) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue