Skip to content

Commit

Permalink
fix(view/index): update logo image path to relative (DIYgod#17803)
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyRL authored Dec 4, 2024
1 parent d81a618 commit 103ef92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/views/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const Index: FC<{ debugQuery: string | undefined }> = ({ debugQuery }) => {
}}
></div>
<div className="w-full grow shrink-0 py-8 flex items-center justify-center flex-col space-y-4">
<img src="/logo.png" alt="RSSHub" width="100" loading="lazy" />
<img src="./logo.png" alt="RSSHub" width="100" loading="lazy" />
<h1 className="text-4xl font-bold">
Welcome to <span className="text-[#F5712C]">RSSHub</span>!
</h1>
Expand Down

0 comments on commit 103ef92

Please sign in to comment.