Skip to content

Commit ce5e5cb

Browse files
committed
fix: update relative URLs
1 parent 9cfe56c commit ce5e5cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ApiExplorer.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import { Aside } from '@astrojs/starlight/components'
88

99
<link is:raw rel="stylesheet" href="https://cdn.jsdelivr.net/gh/williamtroup/[email protected]/dist/jsontree.js.min.css">
1010
11-
<link rel="stylesheet" href="/styles/koki.css">
12-
<script is:inline src="/js/koki.js"></script>
11+
<link rel="stylesheet" href="./styles/koki.css">
12+
<script is:inline src="./js/koki.js"></script>
1313
1414
<style is:inline>
1515
@layer starlight, arbol, koki;

0 commit comments

Comments
 (0)