fix: public icon

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei 2024-07-10 14:24:30 +08:00
parent aecca28e54
commit ae5a0a4fa5
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
3 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<meta name="theme-color" content="#ff5c00" />
<!-- favicon -->
<link rel="icon" href="/assets/favicon.ico" type="image/x-icon" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<title>Follow</title>
<script>

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -41,7 +41,7 @@ export const hydrateDatabaseToStore = async () => {
_isHydrated = true
appLog("Hydrate data done,", `${Date.now() - now}ms`)
}
await Promise.race([hydrate(), sleep(1500).then(() => "timeout")]).then(
await Promise.race([hydrate(), sleep(1000).then(() => "timeout")]).then(
(result) => {
if (result === "timeout") {
appLog("Hydrate data timeout")