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