Skip to content

Commit

Permalink
Fix bundle paths
Browse files Browse the repository at this point in the history
  • Loading branch information
zerodevx committed Sep 17, 2020
1 parent d632f47 commit c1a5bdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<title>svelte-toast | Demo</title>
<meta name="description" content="Simple elegant toast notifications. Use it in Vanilla JS or as a Svelte component.">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/build/global.css">
<script defer src="/build/bundle.js"></script>
<link rel="stylesheet" href="build/global.css">
<script defer src="build/bundle.js"></script>
<script>
(function(){
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
Expand All @@ -28,7 +28,7 @@ <h1 class="text-5xl text-center mt-12">svelte-toast</h1>
<a href="https://github.com/zerodevx/svelte-toast">
<img
class="opacity-97 hover:opacity-75"
src="https://img.shields.io/github/package-json/v/zerodevx/svelte-toast?logo=github&style=for-the-badge"
src="https://img.shields.io/github/package-json/v/zerodevx/svelte-toast?logo=github&style=for-the-badge&color=blue"
alt="Github version badge">
</a>
</div>
Expand Down

0 comments on commit c1a5bdb

Please sign in to comment.