Skip to content

Commit 24d784e

Browse files
authored
chore: update static files and root links (#10)
1 parent 387b8e5 commit 24d784e

4 files changed

Lines changed: 12 additions & 24 deletions

File tree

public/404.html

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
};
5050
})();
5151
</script><template id="theme-icons"></template>
52-
<link rel="stylesheet" href="./print.css" media="print">
53-
<link rel="stylesheet" href="./index.css">
52+
<link rel="stylesheet" href="/print.css" media="print">
53+
<link rel="stylesheet" href="/index.css">
5454
</head>
5555

5656
<body class="astro-yjofowbl">
@@ -62,7 +62,7 @@
6262
<img
6363
class="astro-jbmbwmdg"
6464
alt="Internet Computer Logo"
65-
src="./icp.svg"
65+
src="/icp.svg"
6666
width="880"
6767
height="640"
6868
>
@@ -118,9 +118,7 @@
118118
<script>
119119
StarlightThemeProvider.updatePickers();
120120
</script>
121-
<script
122-
type="module"
123-
>
121+
<script type="module">
124122
const r = "starlight-theme",
125123
o = (e) =>
126124
e === "auto" || e === "dark" || e === "light"
@@ -170,9 +168,7 @@
170168
s,
171169
);
172170
</script>
173-
<script
174-
type="module"
175-
>
171+
<script type="module">
176172
class s extends HTMLElement {
177173
constructor() {
178174
super();
@@ -199,9 +195,7 @@
199195
</div>
200196
</header>
201197
<div class="main-frame astro-a7a4rjvc">
202-
<script
203-
type="module"
204-
>
198+
<script type="module">
205199
const a = document.getElementById("starlight__sidebar"),
206200
n = a?.querySelector("sl-sidebar-state-persist"),
207201
o = "sl-sidebar-state",

public/core/latest.zip

-27 Bytes
Binary file not shown.

public/core/v1.zip

44 Bytes
Binary file not shown.

public/index.html

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
};
6666
})();
6767
</script><template id="theme-icons"></template>
68-
<link rel="stylesheet" href="./print.css" media="print">
69-
<link rel="stylesheet" href="./index.css">
68+
<link rel="stylesheet" href="/print.css" media="print">
69+
<link rel="stylesheet" href="/index.css">
7070
</head>
7171

7272
<body class="astro-yjofowbl">
@@ -78,7 +78,7 @@
7878
<img
7979
class="astro-jbmbwmdg"
8080
alt="Internet Computer Logo"
81-
src="./icp.svg"
81+
src="/icp.svg"
8282
width="880"
8383
height="640"
8484
>
@@ -134,9 +134,7 @@
134134
<script>
135135
StarlightThemeProvider.updatePickers();
136136
</script>
137-
<script
138-
type="module"
139-
>
137+
<script type="module">
140138
const r = "starlight-theme",
141139
o = (e) =>
142140
e === "auto" || e === "dark" || e === "light"
@@ -186,9 +184,7 @@
186184
s,
187185
);
188186
</script>
189-
<script
190-
type="module"
191-
>
187+
<script type="module">
192188
class s extends HTMLElement {
193189
constructor() {
194190
super();
@@ -215,9 +211,7 @@
215211
</div>
216212
</header>
217213
<div class="main-frame astro-a7a4rjvc">
218-
<script
219-
type="module"
220-
>
214+
<script type="module">
221215
const a = document.getElementById("starlight__sidebar"),
222216
n = a?.querySelector("sl-sidebar-state-persist"),
223217
o = "sl-sidebar-state",

0 commit comments

Comments
 (0)