fix: favicon path

This commit is contained in:
karishmas6
2024-10-29 23:41:06 +05:30
parent 6953997e03
commit 0f69f21b92

View File

@@ -8,7 +8,7 @@
name="description" name="description"
content="Web site created using Vite" content="Web site created using Vite"
/> />
<link rel="icon" type="image/png" href="/img/maxunlogo.png"> <link rel="icon" type="image/png" href="public/img/maxunlogo.png">
<link rel="manifest" href="/manifest.json" /> <link rel="manifest" href="/manifest.json" />
<title>Maxun | Open Source No Code Web Data Extraction Platform</title> <title>Maxun | Open Source No Code Web Data Extraction Platform</title>
</head> </head>