We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd6ba2 commit 0800502Copy full SHA for 0800502
doc/index.html
@@ -4,7 +4,7 @@
4
<meta charset="UTF-8" />
5
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>Vite + React</title>
+ <title>Hasty server Docs</title>
8
</head>
9
<body>
10
<div id="root"></div>
doc/src/components/header.jsx
@@ -5,7 +5,7 @@ const Header = () => {
<header className="bg-black text-white p-4 flex justify-between items-center md:px-20">
<div className="flex items-center">
<img
- src="../../public/logo.png"
+ src="../../logo.png"
alt="Hasty Server Logo"
className="w-20"
11
/>
0 commit comments