1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2025-07-01 04:12:14 +02:00

🐛 docs: use 0.9.* version of Shiky as v1 is in beta

This commit is contained in:
2024-01-31 15:41:43 +01:00
parent b0d5d2f882
commit 8318915d74
6 changed files with 6 additions and 6 deletions

View File

@ -54,7 +54,7 @@ function registerClientPart(page_id){
if(is_registered[page_id]) return;
document.head.append(
el("script", { src: "https://cdn.jsdelivr.net/npm/shiki", defer: true }),
el("script", { src: "https://cdn.jsdelivr.net/npm/shiki@0.9", defer: true }),
);
registerClientFile(
new URL("./code.js.js", import.meta.url),