Fix site links (#3)

* fix links

* no jekyll
This commit is contained in:
beerpsi
2024-01-09 23:35:19 +07:00
committed by GitHub
parent ec57d18e74
commit c712fd74ad
4 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@
integrity="sha384-2HpI1Tt4Zv7emgrwKyetd6ouDie+RKolEtNHOdD+KCVHLj1V2fjxryG48h50f0Rw"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="/index.css">
<link rel="stylesheet" href="index.css">
<script async type="module"
src="https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@2.5.2/cdn/shoelace-autoloader.js"
integrity="sha384-ILzDiPYY4je5i95gGzpVe0e88rFqVnoz3i7HPBsRbtEHxfkA7wR8E+PwjCgt1Bin"
@@ -70,7 +70,7 @@
</div>
<div>
<p>If you're not using any of the above, download and update extensions from <a class="description__anchor" href="/extensions">the listing page.</a></p>
<p>If you're not using any of the above, download and update extensions from <a class="description__anchor" href="./extensions">the listing page.</a></p>
</div>
<script>Promise.allSettled([customElements.whenDefined("sl-button")]).then((() => { document.body.classList.add("ready") }))</script>