Skip to content

Commit ceafc0b

Browse files
committed
fix base href
1 parent 3cd8664 commit ceafc0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astrolight/browser/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<title>Astrolight</title>
6-
<base href="/">
6+
<base href=".">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: https:; connect-src 'self' http://localhost:* ws://localhost:* https:; frame-src 'none'; object-src 'none';">
99
<link rel="icon" type="image/x-icon" href="favicon.ico">

0 commit comments

Comments
 (0)