Skip to content

Commit c1a5bdb

Browse files
committed
Fix bundle paths
1 parent d632f47 commit c1a5bdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<title>svelte-toast | Demo</title>
77
<meta name="description" content="Simple elegant toast notifications. Use it in Vanilla JS or as a Svelte component.">
88
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet">
9-
<link rel="stylesheet" href="/build/global.css">
10-
<script defer src="/build/bundle.js"></script>
9+
<link rel="stylesheet" href="build/global.css">
10+
<script defer src="build/bundle.js"></script>
1111
<script>
1212
(function(){
1313
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
@@ -28,7 +28,7 @@ <h1 class="text-5xl text-center mt-12">svelte-toast</h1>
2828
<a href="https://github.com/zerodevx/svelte-toast">
2929
<img
3030
class="opacity-97 hover:opacity-75"
31-
src="https://img.shields.io/github/package-json/v/zerodevx/svelte-toast?logo=github&style=for-the-badge"
31+
src="https://img.shields.io/github/package-json/v/zerodevx/svelte-toast?logo=github&style=for-the-badge&color=blue"
3232
alt="Github version badge">
3333
</a>
3434
</div>

0 commit comments

Comments
 (0)