Update pages/index.tsx

This commit is contained in:
Lio 2024-10-13 11:23:04 +00:00
parent 43b6171683
commit ef65da24fe

View file

@ -66,8 +66,8 @@ export async function getStaticProps() {
return {
props: {
credits: {
url: 'lio.to/?ref=heikadog',
name: 'LIO'
url: 'shard.wtf/?ref=heikadog',
name: 'DATASHARD'
}
}
}