Dockerfile and nginx conf to deploy

This commit is contained in:
2026-05-15 00:05:14 -06:00
parent dcc6c35b2e
commit c1342a9c58
5 changed files with 57 additions and 44 deletions
+2 -2
View File
@@ -3,14 +3,14 @@ import { Image } from 'astro:assets';
import profileImg from '@/assets/profile-picture.jpg';
const githubLink = 'https://github.com/jrdx0';
const giteaLink = 'https://gitea.undefined.mx/jrdx0';
const workLink = 'https://walcu.com';
---
<header>
<div class="profile">
<Image src={profileImg} alt="Profile picture" width={30} height={30} />
<span>Jared&lt;<a href={githubLink} target="_blank">@jrdx0</a>&gt;</span>
<span>Jared&lt;<a href={giteaLink} target="_blank">@jrdx0</a>&gt;</span>
</div>
<div class="status">
<div class="dot"></div>