mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-08 13:45:01 +02:00
Prepare for GitHub Pages deployment
This commit is contained in:
18
src/data/mirrors/oceania.ts
Normal file
18
src/data/mirrors/oceania.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { type Mirror } from '@/types/download';
|
||||
|
||||
export const oceaniaMirrors: Mirror[] = [
|
||||
{
|
||||
id: 'au-sydney',
|
||||
name: 'Australia Mirror',
|
||||
location: 'Sydney, Australia',
|
||||
url: 'https://mirror-au.snigdhaos.org',
|
||||
speed: 100,
|
||||
},
|
||||
{
|
||||
id: 'nz-auckland',
|
||||
name: 'New Zealand Mirror',
|
||||
location: 'Auckland, New Zealand',
|
||||
url: 'https://mirror-nz.snigdhaos.org',
|
||||
speed: 95,
|
||||
},
|
||||
];
|
Reference in New Issue
Block a user