This commit is contained in:
spetznas
2026-04-15 09:21:39 +02:00
parent db0759a3ce
commit 6a7e9ce9e4
13 changed files with 76 additions and 3 deletions

9
netlify.toml Executable file
View File

@@ -0,0 +1,9 @@
[[redirects]]
from = "/contact"
to = "https://netinfection.xyz/contact"
status = 301
[[redirects]]
from = "/contact/"
to = "https://netinfection.xyz/contact"
status = 301