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

BIN
app/apple-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 B

BIN
app/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 B

View file

@ -80,6 +80,14 @@ export default function RootLayout({
`,
}}
/>
<noscript>
<style dangerouslySetInnerHTML={{
__html: `
[style*="opacity:0"], [style*="opacity: 0"] { opacity: 1 !important; }
[style*="transform:translate"], [style*="transform: translate"] { transform: none !important; }
`
}} />
</noscript>
</head>
<body className="font-sans antialiased min-h-screen">
{children}