[web] Fix paths in generated index.html

Wrongly generated paths in the index.html had been committed.
This commit is contained in:
Alain Nussbaumer 2023-06-11 19:24:56 +02:00
parent 7f1febe9e1
commit f87c9d510f

View File

@ -16,8 +16,8 @@
<meta name="theme-color" content="#ffffff" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OwnTone</title>
<script type="module" crossorigin src="./assets/index.js"></script>
<link rel="stylesheet" href="./assets/index.css">
<script type="module" crossorigin src="/assets/index.js"></script>
<link rel="stylesheet" href="/assets/index.css">
</head>
<body>
<div id="app"></div>