Skip to content

Commit d930f29

Browse files
committed
fix(pages): fix github page deployment
1 parent 2b355e9 commit d930f29

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

docs/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>@svelte-plugins/tooltips</title>
77

8-
<link rel="icon" type="image/png" href="/favicon.png" />
9-
<link rel="stylesheet" href="/global.css" />
8+
<link rel="icon" type="image/png" href="./favicon.png" />
9+
<link rel="stylesheet" href="./global.css" />
1010

1111
<meta name="description" content="A simple rule-based approach to tracking element viewability." />
1212
<meta name="keywords" content="tooltips, tooltip action, tooltip component, svelte, svelte component" />

0 commit comments

Comments
 (0)