mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 07:44:26 +00:00
14 lines
404 B
Text
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>
|