RythonDev/src/pages/live.astro
2025-01-03 13:47:19 +08:00

14 lines
404 B
Text

---
import InfoLayout from "../layouts/InfoLayout.astro";
---
<InfoLayout
title="RythonDev's Software Dev + Coworking Stream"
description="Come sit at the table with us! We can chill, nerd out, and enjoy good vibes together!"
thumbnail="/images/stream-live-thumbnail.webp"
metaURL="https://rython.dev/live"
/>
<script is:inline>
window.location.href = "https://www.twitch.tv/rythondev";
</script>