From b057943dde211f352132564ab5f527b8f0b217f8 Mon Sep 17 00:00:00 2001 From: Jan-Marlon Leibl Date: Thu, 20 Mar 2025 10:40:55 +0100 Subject: [PATCH] chore: update image references and add .astro to .gitignore --- .gitignore | 1 + README.md | 2 +- public/service-worker.js | 2 +- src/components/layout/Meta.astro | 8 ++++---- src/components/sections/About.astro | 2 +- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 2a4f1f7..0cb762c 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ # astro /dist +.astro # testing /coverage diff --git a/README.md b/README.md index 1a8ef73..c3e4988 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # jleibl.net - Personal Portfolio Website
- Jan-Marlon Leibl + Jan-Marlon Leibl

Jan-Marlon Leibl

Fullstack Software Developer | PHP & TypeScript Expert

Live Website diff --git a/public/service-worker.js b/public/service-worker.js index 95ca615..bf49b94 100644 --- a/public/service-worker.js +++ b/public/service-worker.js @@ -6,7 +6,7 @@ const AUTH_ASSETS = ["/manifest.json"]; const STYLE_ASSETS = ["/styles/global.css", "/styles/theme.css"]; -const IMAGE_ASSETS = ["/images/profile-image.jpg"]; +const IMAGE_ASSETS = ["/imageshttps://cdn.ventry.host/janoderso/aab5b685-3731-4d2d-88fe-ef02861035d7.jpg"]; const ALL_ASSETS = [...PRECACHE_ASSETS, ...AUTH_ASSETS, ...STYLE_ASSETS, ...IMAGE_ASSETS]; diff --git a/src/components/layout/Meta.astro b/src/components/layout/Meta.astro index e5316bf..ae7bbdf 100644 --- a/src/components/layout/Meta.astro +++ b/src/components/layout/Meta.astro @@ -2,7 +2,7 @@ const defaultTitle = "Jan-Marlon Leibl • Fullstack Software Developer | PHP & TypeScript Expert"; const defaultDescription = "Experienced Fullstack Developer specializing in PHP and TypeScript. Creating high-performance web applications and digital experiences with modern technologies."; -const defaultImage = "/images/profile-image.jpg"; +const defaultImage = "/imageshttps://cdn.ventry.host/janoderso/aab5b685-3731-4d2d-88fe-ef02861035d7.jpg"; const siteUrl = "https://jleibl.net"; interface Props { @@ -94,9 +94,9 @@ const structuredDataWebsite = { - - - + + +