Remove extra fields

This commit is contained in:
Owen
2026-05-15 12:08:40 -07:00
parent d558c31f88
commit 0876b482f8
4 changed files with 8 additions and 40 deletions

View File

@@ -7,7 +7,7 @@ import SshClient from "./SshClient";
export const dynamic = "force-dynamic";
export const metadata = {
title: "SSH Terminal"
title: "SSH"
};
export default async function SshPage() {