Jörg Lohrer
|
51f0ae5067
|
spa(phase 6, tasks 33-35): robots, og-defaults, type-check, finaler deploy
- robots.txt: standard allow für alle Crawler.
- app.html <head>: og:title/type/url/description als Defaults für
die Site. Per-Post OG-Tags erst mit Publish-Pipeline Phase 3
(Meta-Stubs) möglich — aktuell out-of-scope.
- Final-Validierung:
- svelte-check: 611 files, 0 errors, 0 warnings
- Unit: 29/29 (markdown 14, naddr 4, legacy-url 11)
- E2E (Playwright): 3/3
- Finaler Deploy nach svelte.joerg-lohrer.de.
35 Plan-Tasks + 2 Erweiterungen (Avatar/Name für Kommentatoren,
External-Client-Links) komplett.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-04-15 18:13:29 +02:00 |
Jörg Lohrer
|
5b9773ccd3
|
spa(task 1): sveltekit-skeleton mit adapter-static initialisiert
- sv create minimal template, TypeScript, ohne addons
- adapter-static statt adapter-auto (fallback: index.html)
- ssr=false, prerender=false, trailingSlash=always im layout.ts
- build produziert statisches build/ (getestet)
- .gitignore um package-lock.json und *.log ergänzt
Svelte 5 mit Runes, SvelteKit 2.57, TypeScript 6, Vite 8.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-04-15 15:03:15 +02:00 |