Skip to content

Commit

Permalink
update www/index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianjnuwu committed Jan 10, 2025
1 parent e34263e commit 2148591
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
<link rel="shortcut icon" href="https://i.imgur.com/EOzKknx.webp" type="image/webp">
<script src="https://cdnjs.cloudflare.com/ajax/libs/eruda/3.4.1/eruda.min.js" integrity="sha512-3RVqOZtMevFOLeXCp0/Wl7np/l3J3MMysaFDUhNh+hdKx+Wb0lMXuHwA6CZ/+4DfYZM01Om1as8g+mnTaQH9vA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script>
if (localStorage.getItem("VITE_DEBUG")) {
eruda.init();
};
</script>
<script type="module" src="./main.ts" defer></script>
</head>
Expand Down

0 comments on commit 2148591

Please sign in to comment.