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 { return {
props: { props: {
credits: { credits: {
url: 'lio.to/?ref=heikadog', url: 'shard.wtf/?ref=heikadog',
name: 'LIO' name: 'DATASHARD'
} }
} }
} }