Skip to content

Commit

Permalink
Fixes paths
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kastl <[email protected]>
  • Loading branch information
dkastl committed Oct 4, 2024
1 parent ffa5e2e commit 83a85db
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./src/assets/icon-192x192.png">
<link rel="stylesheet" href="./src/styles.scss">
<link rel="manifest" href="/meshtastic-configurator/manifest.json">
<link rel="manifest" href="./public/manifest.json">
<meta name="theme-color" content="#4CAF50">
<title>Meshtastic Configurator</title>
</head>
Expand Down Expand Up @@ -146,6 +146,10 @@ <h1>Meshtastic QR Code Generator</h1>

<div id="copyNotification" class="hidden">URL copied to clipboard!</div>

<footer>
<p>View this project on <a href="https://github.com/Georepublic/meshtastic-configurator" target="_blank">GitHub</a>.</p>
</footer>

<script type="module" src="./src/main.ts"></script>
</body>
</html>

0 comments on commit 83a85db

Please sign in to comment.