summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hugo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/hugo.toml b/hugo.toml
index ab6d43e..364d0d3 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -127,10 +127,10 @@ enableRobotsTXT = true
[[redirects]]
from = '/it/**'
- status = 404
to = '/it/404.html'
+ status = 404
-[[redirects]] # Default language should be last.
+[[redirects]]
from = '/**'
+ to = '/404.html'
status = 404
- to = '/404.html' \ No newline at end of file