fix(build): Containerfile builds again — relative module imports, all four pages and shared assets in the image

This commit is contained in:
2026-08-24 22:54:30 -04:00
parent 0adc9b5801
commit d7a4064616
16 changed files with 616 additions and 222 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
* fresh (clear the phase-14 conversation key, then navigate to "/").
*/
import { clearChatStorage, fetchIsAdmin, initSharedHeader } from "/assets/header.js";
import { clearChatStorage, fetchIsAdmin, initSharedHeader } from "./header.js";
const tbody = document.querySelector("#docs-tbody");
const emptyEl = document.querySelector("#sources-empty");