website: redesign part 13

This commit is contained in:
nym21
2026-06-07 00:54:50 +02:00
parent 6cbe09af23
commit c68d1d1fda
33 changed files with 855 additions and 341 deletions
+6
View File
@@ -0,0 +1,6 @@
import { createId } from "../utils/id.js";
/** @param {readonly string[]} path */
export function createPathId(path) {
return createId(path.join(" "));
}