summaryrefslogtreecommitdiffstats
path: root/hugo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/hugo.toml b/hugo.toml
index efbf60b..364d0d3 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -127,10 +127,10 @@ enableRobotsTXT = true
[[redirects]]
from = '/it/**'
- to = '/it/'
+ to = '/it/404.html'
status = 404
[[redirects]]
from = '/**'
- to = '/'
+ to = '/404.html'
status = 404