Shrink avatar, drop availability signal, slim deploy deps
My Gatsby Deployment pipeline / build-and-deploy (push) Successful in 3m42s

Make the portrait smaller (200px) and tighten the hero columns. Remove
the "Open to new work" status and neutralise the contact copy so nothing
reads as job-seeking; show a plain location in the top bar instead.

Deploy/tooling: drop the unneeded `--force` from the install (verified a
clean --legacy-peer-deps install + gatsby build both pass). Replace
gatsby-plugin-offline with gatsby-plugin-remove-serviceworker to retire
the service worker (fixes stale-cache-after-deploy and removes the
workbox deprecation).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-28 17:51:50 +02:00
parent 4525837081
commit f523fa986c
5 changed files with 13 additions and 29 deletions
+1 -1
View File
@@ -6,8 +6,8 @@
"dependencies": {
"gatsby": "^5.12.12",
"gatsby-plugin-manifest": "^5.12.3",
"gatsby-plugin-offline": "^6.12.3",
"gatsby-plugin-react-helmet": "^6.12.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",