| commit | 5681b7c857682006489780fca02384e1db26ceab | [log] [tgz] |
|---|---|---|
| author | Philip Zeyliger <philip@bold.dev> | Fri Jul 18 10:42:47 2025 -0700 |
| committer | Philip Zeyliger <philip@bold.dev> | Fri Jul 18 10:43:17 2025 -0700 |
| tree | 63d70c33be17d0eea5efd78fa5012e5985090dd0 | |
| parent | 08b073b79f4372e2f61c03ba17e5d86a5cf7a769 [diff] |
Fix terminal CSS.
diff --git a/webui/src/web-components/sketch-terminal.ts b/webui/src/web-components/sketch-terminal.ts index 3878a08..9f499e0 100644 --- a/webui/src/web-components/sketch-terminal.ts +++ b/webui/src/web-components/sketch-terminal.ts
@@ -101,7 +101,7 @@ } // Fetch the xterm CSS - const response = await fetch("/static/xterm.css"); + const response = await fetch("./static/xterm.css"); if (!response.ok) { console.error(