14 lines
354 B
TOML
14 lines
354 B
TOML
# 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)
|