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(