Skip to content

Commit

Permalink
feat: display title
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Apr 24, 2023
1 parent fc0b5a9 commit b27ea08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/pages/resource/[href].astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if (!href) {
const detail = await fetchResourceDetail(href);
---

<Layout title="资源 | Anime Garden">
<Layout title={`${detail.title} | Anime Garden`}>
<div class="detail mt-4vh w-full space-y-4">
<h3 class="text-xl font-bold">
<a href={detail.href} target="_blank" class="text-link-active">{detail.title}</a>
Expand Down

0 comments on commit b27ea08

Please sign in to comment.