diff options
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
