global: datasets compression via zstd

This commit is contained in:
k
2024-08-05 00:44:46 +02:00
parent 9067c28d24
commit c646d6dc60
36 changed files with 544 additions and 249 deletions

View File

@@ -42,7 +42,8 @@ const texts = [
"absolute scarcity",
"time is scarce",
"ride or die",
"cyberpunk",
"cypherpunk",
"we like the coin",
];
export function Background({

View File

@@ -5,7 +5,7 @@ export function AnchorGit() {
<Anchor
title="Git"
icon={() => IconTablerBrandGithubFilled}
href="https://github.com/satonomics-org/satonomics"
href="https://github.com/satonomics-org"
/>
);
}