feat: search all resources for authors
This commit is contained in:
parent
8703f5fda4
commit
1cf0d91af5
@ -38,7 +38,7 @@ export default function Greet(
|
|||||||
subline={[
|
subline={[
|
||||||
author && {
|
author && {
|
||||||
title: author,
|
title: author,
|
||||||
href: `/series?q=${encodeURIComponent(author)}`,
|
href: `/?q=${encodeURIComponent(author)}`,
|
||||||
},
|
},
|
||||||
date.toString(),
|
date.toString(),
|
||||||
]}
|
]}
|
||||||
|
@ -32,7 +32,7 @@ export default function Greet(
|
|||||||
subline={[
|
subline={[
|
||||||
author && {
|
author && {
|
||||||
title: author,
|
title: author,
|
||||||
href: `/movies?q=${encodeURIComponent(author)}`,
|
href: `/?q=${encodeURIComponent(author)}`,
|
||||||
},
|
},
|
||||||
date.toString(),
|
date.toString(),
|
||||||
]}
|
]}
|
||||||
|
@ -32,7 +32,7 @@ export default function Greet(
|
|||||||
subline={[
|
subline={[
|
||||||
author && {
|
author && {
|
||||||
title: author,
|
title: author,
|
||||||
href: `/series?q=${encodeURIComponent(author)}`,
|
href: `/?q=${encodeURIComponent(author)}`,
|
||||||
},
|
},
|
||||||
date.toString(),
|
date.toString(),
|
||||||
]}
|
]}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user