From ebaa56401efd9b14ecef922db8c2f6eac732a4d6 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 21 Feb 2025 17:38:43 -0500 Subject: Initial commit --- src/components/sites.json | 77 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 src/components/sites.json (limited to 'src/components') diff --git a/src/components/sites.json b/src/components/sites.json new file mode 100644 index 0000000..fa72f5e --- /dev/null +++ b/src/components/sites.json @@ -0,0 +1,77 @@ +[ + { + "name": "bnbmc Wiki", + "website": "https://wiki.bnbmc.net", + "type": "wiki" + }, + { + "name": "AirCS Race", + "website": "https://aircs.racing", + "type": "transportation" + }, + { + "name": "SQTR", + "website": "https://sqtr.aircs.racing", + "type": "transportation" + }, + { + "name": "FrivoloCo", + "website": "https://frivoloco.aircs.racing", + "type": "business" + }, + { + "name": "MinePot", + "website": "https://minepot.aircs.racing", + "type": "business" + }, + { + "name": "Waveform Music Solutions", + "website": "https://waveformmusic.aircs.racing", + "type": "business" + }, + { + "name": "TAY", + "website": "https://tay.aircs.racing", + "type": "country" + }, + { + "name": "KR", + "website": "https://kr.aircs.racing", + "type": "country" + }, + { + "name": "Anatoli", + "website": "https://anatoli.aircs.racing", + "type": "country" + }, + { + "name": "Open Republic", + "website": "https://openrepublic.aircs.racing", + "type": "country" + }, + { + "name": "Alure Regions", + "website": "https://alure.bnbmc.net", + "type": "country" + }, + { + "name": "Aura Regions", + "website": "https://auraregions.aircs.racing", + "type": "country" + }, + { + "name": "Mojave", + "website": "https://mojave.aircs.racing", + "type": "country" + }, + { + "name": "Yavno Republic", + "website": "https://yavno.aircs.racing", + "type": "country" + }, + { + "name": "Solstan Federation", + "website": "https://solstice.bnbmc.net", + "type": "country" + } +] -- cgit v1.2.3