import { readFileSync } from "fs"; export const metadata = { title: 'Travel Advisory', description: 'Information whether its safe to travel to other countries', } export async function getCountries(){ const files = readdirSync('./countries.json'); } export default async function TravelAdvisory(){ return (

{metadata.title}

{metadata.description}

Legend

This page may be inaccurate at times, refer to the Minecraft General Announcements channel for the latest updates

Country name

Take normal security precautions

City 1

Take normal security precautions

City 2

Take normal security precautions

City 3

Take normal security precautions

City 4

Take normal security precautions

) }