Skip to content

Commit

Permalink
smoother export
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsboost committed Aug 7, 2024
1 parent c5c68cd commit 15f1137
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,10 +24,10 @@
<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">
<!-- <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/editor.css">
<!-- <link rel="stylesheet" href="dist/style.css"> -->
<link rel="stylesheet" href="dist/editor.css"> -->
<link rel="stylesheet" href="dist/style.css">
</head>
<body>
<header class="absolute inset-0 text-center grid grid-cols-1 items-center">
Expand All @@ -40,9 +40,9 @@ <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 src="src/editor.js"></script>
<!-- <script src="dist/App.min.js"></script>
<!-- <script id="appScript" src="src/App.js"></script>
<script src="src/editor.js"></script> -->
<script src="dist/App.min.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
Expand All @@ -51,6 +51,6 @@ <h2 class="text-[#ffffff00]">kodeWeave is your on the go coding playground! Desi
navigator.serviceWorker.register('./sw.js')
})
}
</script> -->
</script>
</body>
</html>

0 comments on commit 15f1137

Please sign in to comment.