--- import Layout from '../layouts/Layout.astro'; import sites from '../components/sites.json'; import news from '../components/news.json'; ---

Welcome to bits & Bytes Minecraft!

IP: bnbmc.net

Must be an active member of the bits & Bytes Discord to join.
{sites.map((site) => ( {site.name} ))}

Announcements

{news.map((article) => (

{article.title}

{article.content}

))}