14 lines
536 B
TOML
14 lines
536 B
TOML
# =====================================================================
|
|
# 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"
|