Website + Bewerbungs-Postfach live deployed auf Cloudflare Workers (dogfather-universe.dogfather1608.workers.dev)

This commit is contained in:
2026-07-30 21:02:39 +02:00
parent 4263564f9f
commit 81fecc7c11
10 changed files with 85 additions and 70 deletions
+13
View File
@@ -0,0 +1,13 @@
# =====================================================================
# DOGFATHER UNIVERSE — Website Deploy-Konfiguration (Cloudflare Workers
# Static Assets). Getrennt vom Bewerbungs-Postfach-Worker in
# cloudflare-worker/ — dieser Worker liefert NUR die statische Website
# aus, hat keinerlei Zugriff auf Bewerbungsdaten oder Secrets.
# =====================================================================
name = "dogfather-universe"
compatibility_date = "2024-01-01"
[assets]
directory = "."
not_found_handling = "404-page"