the prompt now works properly

This commit is contained in:
2025-02-05 17:49:00 -05:00
parent bb7e2a4ae3
commit 0303bb733a
7 changed files with 46 additions and 49 deletions

View File

@ -4,7 +4,7 @@ import Motd from '../components/terminal/motd.astro';
import Terminal from '../components/react/terminal/exec';
---
<Webpage title="Home">
<Webpage>
<main>
<Motd/>
<Terminal client:only/>