Skip to content

Commit

Permalink
Fix loading of config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
setaou committed Oct 17, 2024
1 parent 0161a46 commit 08e2d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Touareg - Nomad Services Management</title>
<script src="config.js"></script>
<script src="/config.js"></script>
<script type="module" src="/src/main.js"></script>
</head>
<body>
Expand Down

0 comments on commit 08e2d1e

Please sign in to comment.