mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-12 20:43:19 +00:00
19 lines
295 B
TOML
19 lines
295 B
TOML
[[redirects]]
|
|
from = '/fr/*'
|
|
to = '/fr/404.html'
|
|
status = 404
|
|
|
|
[[redirects]]
|
|
from = '/nl/*'
|
|
to = '/nl/404.html'
|
|
status = 404
|
|
|
|
[[redirects]]
|
|
from = '/en/*'
|
|
to = '/en/404.html'
|
|
status = 404
|
|
|
|
[[redirects]] # Default language should be last.
|
|
from = '/*'
|
|
to = '/en/404.html'
|
|
status = 404 |