Skip to content

Commit a736fe0

Browse files
author
Jonathan Greenemeier
committed
fix: update gh-pages title
1 parent 30e4cb4 commit a736fe0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

public/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33

44
<head>
55
<meta charset="utf-8" />
6-
<link rel="shortcut icon" href="/favicon.ico" />
6+
<link rel="shortcut icon" href="%BASE_URL%/favicon.ico" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
8-
<meta name="description" content="Web site created using create-snowpack-app" />
9-
<link rel="stylesheet" href="global.css">
8+
<meta name="description" content="Documentation/Demo for github.com/6edesign/svelte-calendar svelte-calendar" />
9+
<link rel="stylesheet" href="%BASE_URL%/global.css">
1010
<link href="https://fonts.googleapis.com/css?family=Rajdhani:400,700" rel="stylesheet">
1111
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/rainbow.min.css">
1212
<title>svelte-calendar</title>
1313
</head>
1414

1515
<body>
1616
<noscript>You need to enable JavaScript to run this app.</noscript>
17-
<script type="module" src="/_dist_/index.js"></script>
17+
<script type="module" src="%BASE_URL%/_dist_/index.js"></script>
1818
<!--
1919
This HTML file is a template.
2020
If you open it directly in the browser, you will see an empty page.

0 commit comments

Comments
 (0)