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