update to new domain
Some checks failed
Docker / build (push) Failing after 1m20s

This commit is contained in:
Robin Bärtschi 2025-02-25 20:59:22 +01:00
parent d44de150ed
commit 7eef248b0e
3 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ export const Accounts: FC = () => {
<li><a href="https://github.com/RoBaertschi">GitHub</a></li>
<li><a href="https://bsky.app/profile/robaertschi.xyz">Blue Sky</a></li>
<li><a href="https://x.com/RoBaertschi">Twitter</a></li>
<li><a href="https://git.robaertschi.xyz/RoBaertschi">Self Hosted GitTea instance</a></li>
<li><a href="https://git.robaertschi.me/RoBaertschi">Self Hosted GitTea instance</a></li>
</ul>
</article>

View File

@ -18,7 +18,7 @@ export const Main: FC = () => {
Besides linux and programming, I also like playing Rogue-likes/lites (Balatro, Enter the Gungeon etc.), factory games (Factorio, Satisfactory) and Minecraft.<br />
I tend to not finish games and have a huge steam library of unfinished games, which I should finish someday. <br /><br />
I am currently working on a programming language called <a href="https://git.robaertschi.xyz/robaertschi/tt">tt</a> written in Go
I am currently working on a programming language called <a href="https://git.robaertschi.me/robaertschi/tt">tt</a> written in Go
</article>
</main>
<Footer />

View File

@ -12,8 +12,8 @@ export const Selfhosted: FC = () => {
I self host some services, some of them are open for registration, for the other ones, you can always ask for access.
<ul class="link-list">
<li><a href="https://maven.robaertschi.xyz">Maven</a> You can get an account if you ask nicely :)</li>
<li><a href="https://git.robaertschi.xyz/">Gitea instance</a> You can register if you want to join, if you want access to my gitea runner, send me a <a href="/accounts">message</a></li>
<li><a href="https://maven.robaertschi.me">Maven</a> You can get an account if you ask nicely :)</li>
<li><a href="https://git.robaertschi.me/">Gitea instance</a> You can register if you want to join, if you want access to my gitea runner, send me a <a href="/accounts">message</a></li>
</ul>
</article>