1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2025-07-29 07:00:16 +02:00

irelands

This commit is contained in:
2025-03-06 18:26:43 +01:00
parent b3356afa88
commit 57a5ff2dfe
12 changed files with 556 additions and 16 deletions

View File

@@ -236,12 +236,11 @@ function registerClientPart(page_id){
`),
);
// Register our highlighting script to run after Shiki loads
const scriptElement = el("script", { type: "module" });
registerClientFile(
new URL("./code.js.js", import.meta.url),
scriptElement
{
head: el("script", { type: "module" }),
}
);
is_registered[page_id]= true;