Skip to content

Commit

Permalink
Merge branch 'beta'
Browse files Browse the repository at this point in the history
  • Loading branch information
fallaciousreasoning committed May 3, 2024
2 parents 6fde3e5 + 3b255ed commit 9971f73
Show file tree
Hide file tree
Showing 9 changed files with 1,378 additions and 1,367 deletions.
2 changes: 1 addition & 1 deletion public/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link rel="stylesheet" href="/build/extra.css" />
<link rel="stylesheet" href="/build/tailwind.css" />

<script defer src='/build/main.js' type="module"></script>
<script defer src='./src/main.ts' type="module"></script>
<script defer>
if ('serviceWorker' in navigator)
navigator.serviceWorker.register('/serviceWorker.js');
Expand Down
Loading

0 comments on commit 9971f73

Please sign in to comment.