resolve conflicts and add readme and correct pathnames

This commit is contained in:
ismailsosic
2023-03-09 18:16:23 +01:00
parent 38ce721f52
commit b6ef397899
31 changed files with 50 additions and 27 deletions

View File

@@ -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%]