mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-16 09:35:02 +02:00
Prepare for GitHub Pages deployment
This commit is contained in:
25
src/data/mirrors.ts
Normal file
25
src/data/mirrors.ts
Normal file
@@ -0,0 +1,25 @@
|
||||
import { Mirror } from '@/types/download';
|
||||
|
||||
export const mirrors: Mirror[] = [
|
||||
{
|
||||
id: 'us-east',
|
||||
name: 'US East Mirror',
|
||||
location: 'New York, USA',
|
||||
url: 'https://mirror-east.snigdhaos.org',
|
||||
speed: 120,
|
||||
},
|
||||
{
|
||||
id: 'eu-central',
|
||||
name: 'EU Central Mirror',
|
||||
location: 'Frankfurt, Germany',
|
||||
url: 'https://mirror-eu.snigdhaos.org',
|
||||
speed: 100,
|
||||
},
|
||||
{
|
||||
id: 'asia-east',
|
||||
name: 'Asia East Mirror',
|
||||
location: 'Singapore',
|
||||
url: 'https://mirror-asia.snigdhaos.org',
|
||||
speed: 80,
|
||||
},
|
||||
];
|
Reference in New Issue
Block a user