fix(view/index): update logo image path to relative (#17803)

This commit is contained in:
Tony 2024-12-04 11:30:07 -08:00 committed by GitHub
parent d81a618b92
commit 103ef92a78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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