|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 41 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 22 KiB |
BIN
assets/_books/2026-05-22-senior-books.png
Executable file
|
After Width: | Height: | Size: 860 KiB |
BIN
assets/_books/2026-05-22-software-quality.png
Executable file
|
After Width: | Height: | Size: 248 KiB |
@@ -193,7 +193,7 @@ async function buildFileTree(container) {
|
||||
let treeData = null;
|
||||
|
||||
try {
|
||||
const res = await fetch('/assets/sidebar-tree.json');
|
||||
const res = await fetch(`/assets/sidebar-tree.json?v=${Date.now()}`, { cache: 'no-store' });
|
||||
if (res.ok) {
|
||||
const json = await res.json();
|
||||
if (Array.isArray(json.tree)) treeData = json.tree;
|
||||
|
||||