diff options
| -rw-r--r-- | hugo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
