diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml
index 1ae0a04..9d8576f 100644
--- a/.forgejo/workflows/deploy.yaml
+++ b/.forgejo/workflows/deploy.yaml
@@ -26,6 +26,11 @@ jobs:
node-version: 24
cache: 'pnpm'
+ # - uses: https://github.com/denoland/setup-deno@v2
+ # with:
+ # deno-version: vx.x.x
+ # cache: true
+
- name: Install SSH key
uses: https://github.com/shimataro/ssh-key-action@v2
with:
@@ -35,9 +40,11 @@ jobs:
if_key_exists: fail
- run: pnpm install
+ # - run: deno install
- name: Build website
run: pnpm run build-action
+ # run: deno run build-action
- name: Create folder if not exists
continue-on-error: true
diff --git a/public/static/img/88x31/BuhMoe.png b/public/static/img/88x31/BuhMoe.png
new file mode 100644
index 0000000..d52b509
Binary files /dev/null and b/public/static/img/88x31/BuhMoe.png differ
diff --git a/src/components/FriendLink.astro b/src/components/FriendLink.astro
index 1b2820d..5147e56 100644
--- a/src/components/FriendLink.astro
+++ b/src/components/FriendLink.astro
@@ -3,7 +3,7 @@ import { Image, Picture } from "astro:assets";
const { name, image, target } = Astro.props;
---
-