skaband: fix terminal under /newsessions
Co-Authored-By: sketch <hello@sketch.dev>
Change-ID: sf39677ac8518e6dfk
diff --git a/webui/src/web-components/sketch-terminal.ts b/webui/src/web-components/sketch-terminal.ts
index 37a067c..3878a08 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(