Skip to content

Commit

Permalink
service workers back online
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsboost committed Aug 6, 2024
1 parent 253089c commit 0a6bef3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions go/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
<meta property="og:description" content="kodeWeave is your on the go coding playground! Design with TailwindCSS or Pico.css, see how your app or website will look and behave on a desktop." />
<meta property="og:image" content="https://michaelsboost.com/kodeWeave/imgs/header.png" />
<!-- <link rel="stylesheet" href="libraries/pico/pico.classless.css"> -->
<link rel="stylesheet" href="libraries/pico/pico.classless.mod.css">
<script src="libraries/tailwind/tailwind-mod-noreset.min.js"></script>
<!-- <link rel="stylesheet" href="dist/style.min.css"> -->
<!-- <link rel="stylesheet" href="libraries/pico/pico.classless.mod.css">
<script src="libraries/tailwind/tailwind-mod-noreset.min.js"></script> -->
<link rel="stylesheet" href="dist/style.min.css">
<link rel="stylesheet" href="dist/editor.min.css">
</head>
<body>
Expand All @@ -40,17 +40,17 @@ <h2 class="text-[#ffffff00]">kodeWeave is your on the go coding playground! Desi
<div id="app" class="absolute inset-0"></div>

<!-- Load Application Script -->
<script id="appScript" src="src/App.js"></script>
<!-- <script id="appScript" src="dist/App.js"></script> -->
<!-- <script id="appScript" src="src/App.js"></script> -->
<script id="appScript" src="dist/App.js"></script>
<script src="dist/editor.js"></script>
<!-- <script src="https://storage.googleapis.com/workbox-cdn/releases/6.4.1/workbox-sw.js"></script>
<script src="https://storage.googleapis.com/workbox-cdn/releases/6.4.1/workbox-sw.js"></script>
<script>
// service worker for progressive web app
if ('serviceWorker' in navigator) {
window.addEventListener('load', () => {
navigator.serviceWorker.register('./sw.js')
})
}
</script> -->
</script>
</body>
</html>

0 comments on commit 0a6bef3

Please sign in to comment.