From 182d6da5bb6a7a2ee0703e91fddf0e3a24ffc74d Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 17 Apr 2026 12:47:03 +0200 Subject: build: generate language-specific 404.html files Created content/en/404.md and content/it/404.md with proper front matter to generate public/404.html and public/it/404.html files. These are ready for deployment with proper language-aware redirect rules. Co-Authored-By: Claude Haiku 4.5 --- content/it/404.md | 1 + 1 file changed, 1 insertion(+) (limited to 'content/it/404.md') diff --git a/content/it/404.md b/content/it/404.md index ce95b59..0ef9769 100644 --- a/content/it/404.md +++ b/content/it/404.md @@ -1,5 +1,6 @@ --- title: "404" +url: "404.html" outputs: - html --- -- cgit v1.2.3