diff options
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -124,3 +124,13 @@ enableRobotsTXT = true label = "Tech" color_dark = "#a855f7" color_light = "#7c3aed" + +[[redirects]] + from = '/it/**' + to = '/it/404.html' + status = 404 + +[[redirects]] # Default language should be last. + from = '/**' + to = '/404.html' + status = 404
\ No newline at end of file |
