15 lines
250 B
Plaintext
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' },
|
||
|
]}
|
||
|
/>
|
||
|
|