www_projectinca_archive/src/pages/incastats.astro
2024-06-06 13:27:53 +03:00

15 lines
250 B
Plaintext

---
import Stats from '~/components/widgets/Stats.astro';
---
<Stats
stats={[
{ title: 'Capacity', amount: '32.74 PB' },
{ title: 'Nodes', amount: '2569' },
{ title: 'Countries', amount: '61' },
{ title: 'Cores', amount: '63,968' },
]}
/>