---
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.
Announcements
{news.map((article) => (
{article.title}
{article.content}
))}