Updated the asset path in the index.html

This commit is contained in:
Mathias Wagner
2023-05-28 20:58:16 +02:00
parent eba52e6736
commit eaa97317ce

View File

@@ -2,14 +2,14 @@
<html lang="de">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="/assets/img/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#232835" />
<meta property="og:image" content="/logo.png" />
<meta property="og:image" content="/assets/img/logo.png" />
<meta name="description"
content="A speed test analysis software that shows your internet speed for up to 30 days"
/>
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="apple-touch-icon" href="/assets/img/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<title>MySpeed</title>
</head>