Build: basePath /landingpage, Deploy-Skripte, Bild-Fix

- next.config.mjs: basePath '/landingpage' gesetzt, ignoreBuildErrors entfernt
- package.json: build-Script benennt out/ → landingpage/ um
- .gitignore: out/ und landingpage/ als ignoriert markiert
- programmer-graphic.tsx: statischer Import statt Pfad-String (basePath-Fix)
- footer.tsx: GitHub-Link → Forgejo-Profil
- deploy_to_production.sh / deploy_to_localhost.sh: neu geschrieben
- public/: Programmierer-Grafiken und Favicon hinzugefügt

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Dieter Schlüter 2026-04-25 19:16:48 +02:00
commit cfdb244c29
88 changed files with 33431 additions and 484 deletions

View file

@ -2,6 +2,7 @@
import { motion } from 'framer-motion'
import Image from 'next/image'
import programmiererImg from '../public/Programmierer.png'
export function ProgrammerGraphic() {
return (
@ -12,7 +13,7 @@ export function ProgrammerGraphic() {
className="relative w-full max-w-md mx-auto aspect-[3/5] lg:aspect-square"
>
<Image
src="/Programmierer.png"
src={programmiererImg}
alt="Programmierung: Von 1976 bis heute 50 Jahre Code"
fill
className="object-contain drop-shadow-lg"