diff --git a/astro.config.mjs b/astro.config.mjs index a10eb0c..d1ba00f 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -11,7 +11,7 @@ export default defineConfig({ include: { // Include only three `mdi` icons in the bundle // Otherwise, Astro Icons could include every single icon in the mdi package and result in a huge bundle size - mdi: ["github", "linkedin"], + mdi: ["github", "linkedin", "alternate-email"], }, }), sitemap(), diff --git a/src/components/Header.astro b/src/components/Header.astro index 4f69538..3a780bf 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -17,6 +17,9 @@ import profileImage from "@assets/profile.jpeg"; + + +
diff --git a/src/content/blog/DecouplingElixirGenServers.md b/src/content/blog/DecouplingElixirGenServers.md index cf04244..14bb472 100644 --- a/src/content/blog/DecouplingElixirGenServers.md +++ b/src/content/blog/DecouplingElixirGenServers.md @@ -457,4 +457,7 @@ So as with every software pattern, depending on the requirements of your system In my case, my application didn't require side effects to be performed in order nor it was a problem if an event was lost because a process was down. -This is the first ever post that I publish online, I hope someone finds it useful, thanks for the read! +This is the first ever post that I publish online, I hope someone finds it useful. +If you have any doubts or feedback you can contact me via email, you can find it at the top of the page :) + +Thank you for your time!