-
{
diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 3800838..9625db8 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,6 +1,6 @@ diff --git a/src/components/Header.astro b/src/components/Header.astro index bbf4166..bf6fe09 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -10,7 +10,7 @@ import Link from "@/components/Link.astro"; href="/" aria-label="Home" class="inline-block before:content-['['] after:content-[']_#'] p-1 bg-green-600 text-neutral-800 hover:bg-green-500 transition-colors" - >dhemasnurjayafiatcode
- Cross-platform developer. Linux fan stuck on Windows. Craftsman at heart. + Cross-platform developer. Linux native. Craftsman at heart.
I write about building apps, learning new tech, and the occasional
diff --git a/src/content/blog/building-my-own-self-hosted-music-library.md b/src/content/blog/building-my-own-self-hosted-music-library.md
index 5826edd..1b48e49 100644
--- a/src/content/blog/building-my-own-self-hosted-music-library.md
+++ b/src/content/blog/building-my-own-self-hosted-music-library.md
@@ -272,7 +272,7 @@ services:
ND_SESSIONTIMEOUT: 24h
labels:
- "traefik.enable=true"
- - "traefik.http.routers.navidrome.rule=Host(`music.dhemasnurjaya.com`)"
+ - "traefik.http.routers.navidrome.rule=Host(`music.fiatcode.dev`)"
- "traefik.http.routers.navidrome.entrypoints=websecure"
- "traefik.http.routers.navidrome.tls.certresolver=letsencrypt"
- "traefik.http.services.navidrome.loadbalancer.server.port=4533"
diff --git a/src/content/blog/flutter-clean-architecture.md b/src/content/blog/flutter-clean-architecture.md
index d4f95ec..6807e06 100644
--- a/src/content/blog/flutter-clean-architecture.md
+++ b/src/content/blog/flutter-clean-architecture.md
@@ -1235,13 +1235,3 @@ class WeatherApp extends StatelessWidget {
}
}
```
-
----
-
-## Testing
-
-.
-
----
-
-All the codes in this set of articles are available on [GitHub](https://github.com/dhemasnurjaya/flutter-clean-architecture), and will be updated regularly because I use them too as my project starter.
diff --git a/src/content/blog/kuwot-flutter-daily-quote-app.md b/src/content/blog/kuwot-flutter-daily-quote-app.md
index 4029ac6..ae80b60 100644
--- a/src/content/blog/kuwot-flutter-daily-quote-app.md
+++ b/src/content/blog/kuwot-flutter-daily-quote-app.md
@@ -8,7 +8,7 @@ tags:
- project
---
-I made [Kuwot](https://play.google.com/store/apps/details?id=com.dhemasnurjaya.kuwot) last year in my spare time. I want to share it, you can use it as an inspiration, practice app, or something else is up to you since I open-sourced the code (links below).
+I made [Kuwot](https://codeberg.org/fiatcode/kuwot-app) last year in my spare time. I want to share it, you can use it as an inspiration, practice app, or something else is up to you since I open-sourced the code (links below).
# Introduction
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 0c6b2e9..d78ac9a 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -3,6 +3,6 @@ import Intro from "@/components/Intro.astro";
import Layout from "@/layouts/Layout.astro";
---
-
diff --git a/src/pages/posts/[id].astro b/src/pages/posts/[id].astro
index 8a5cfe2..05f44a1 100644
--- a/src/pages/posts/[id].astro
+++ b/src/pages/posts/[id].astro
@@ -34,7 +34,7 @@ const { post, content } = Astro.props;
---
{