Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="icon" type="image/png" href="/favicon.png?v=202606282208" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="iWiki - OVINC CN" />
<title>iWiki</title>
<script src="/config.js"></script>
<script src="/config.js?v=202606282208"></script>
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const Header: React.FC = () => {
<header className="sticky top-0 z-50 w-full border-b bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60">
<div className="container mx-auto flex h-14 items-center justify-between px-4">
<Link to="/" className="flex items-center">
<img src="/logo.webp" alt="iWiki" className="h-6" />
<img src="/logo.webp?v=202606282208" alt="iWiki" className="h-6" />
</Link>

{/* Desktop Navigation */}
Expand Down
Loading