Dockerfile and nginx conf to deploy
This commit is contained in:
@@ -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<<a href={githubLink} target="_blank">@jrdx0</a>></span>
|
||||
<span>Jared<<a href={giteaLink} target="_blank">@jrdx0</a>></span>
|
||||
</div>
|
||||
<div class="status">
|
||||
<div class="dot"></div>
|
||||
|
||||
Reference in New Issue
Block a user