DOGFATHER UNIVERSE: erste lauffähige Website + Bewerbungs-Postfach + Hosting-Vorbereitung

This commit is contained in:
2026-07-30 20:09:09 +02:00
commit f8e4cf82db
45 changed files with 3462 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# DOGFATHER UNIVERSE — Netlify-Konfiguration
# Nur relevant, falls Netlify als Hosting gewählt wird (siehe DEPLOY.md).
# GitHub Pages / Cloudflare Pages brauchen diese Datei nicht.
[build]
publish = "."
[[redirects]]
from = "/*"
to = "/404.html"
status = 404
# Sicherheits-Header liegen in _headers (funktioniert auch auf Cloudflare Pages)