diff --git a/blog/error-handling-in-go.markdown b/blog/error-handling-in-go.markdown index 344170c..1a7ce75 100644 --- a/blog/error-handling-in-go.markdown +++ b/blog/error-handling-in-go.markdown @@ -1,7 +1,7 @@ --- title: "Error Handling in Go: Not ACTUALLY Bad" date: "2024-03-03" -image: "https://z9fr.xyz/static/images/error-handling-in-go.png" +image: "https://utfs.io/f/ed1b8bf6-1643-4fc7-9444-06a5cb9ad2e6-v7ljpp.png" about: "If you value simplicity and straightforwardness, then you'll appreciate Go. One of its best features is its error handling, which is designed to be easy to comprehend and use. This aligns well with the concept of Go being a simple dumb language." tags: - "golang" diff --git a/blog/hello-world.markdown b/blog/hello-world.markdown index 59b749c..f0fc412 100644 --- a/blog/hello-world.markdown +++ b/blog/hello-world.markdown @@ -1,7 +1,7 @@ --- title: "Hello World" date: "2023-12-26" -image: "https://z9fr.xyz/static/images/hello-world.png" +image: "https://utfs.io/f/f7459343-abb8-4af1-95d7-701a19ac9c60-z7d1rd.png" about: "Hello, welcome to my blog" tags: - "misc" diff --git a/src/post/mod.rs b/src/post/mod.rs index ac9608c..a3af1a1 100644 --- a/src/post/mod.rs +++ b/src/post/mod.rs @@ -45,7 +45,7 @@ impl Post { .front_matter .image .clone() - .unwrap_or_else(|| format!("https://{}/static/image/avatar.jpeg", domain)); + .unwrap_or_else(|| format!("https://{}/static/img/avatar.jpeg", domain)); } } diff --git a/static/images/error-handling-in-go.png b/static/images/error-handling-in-go.png deleted file mode 100644 index bdf4927..0000000 Binary files a/static/images/error-handling-in-go.png and /dev/null differ diff --git a/static/images/hello-world.png b/static/images/hello-world.png deleted file mode 100644 index 0735c68..0000000 Binary files a/static/images/hello-world.png and /dev/null differ diff --git a/static/images/avatar.jpeg b/static/img/avatar.jpeg similarity index 100% rename from static/images/avatar.jpeg rename to static/img/avatar.jpeg