resolve conflicts and add readme and correct pathnames
This commit is contained in:
@@ -33,7 +33,7 @@ const Result = ({result, term}) => {
|
||||
|
||||
|
||||
return (
|
||||
<div onClick={() => (router.push({pathname: `/${result._type}/${result._id}`}))} className='
|
||||
<div onClick={() => (router.push({pathname: `${result._index}/${result._type}/${result._id}`}))} className='
|
||||
self-end
|
||||
bg-[#202124]
|
||||
w-[100%]
|
||||
|
||||
Reference in New Issue
Block a user