mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2026-01-11 04:23:50 +01:00
14 lines
258 B
TOML
14 lines
258 B
TOML
# defaultContentLanguageInSubdir must be true for this to work.
|
|
|
|
# Other languages redirects
|
|
# [[redirects]]
|
|
# from = '/fr/**'
|
|
# to = '/fr/404.html'
|
|
# status = 404
|
|
|
|
# Default language must be last.
|
|
[[redirects]]
|
|
from = '/**'
|
|
to = '/en/404.html'
|
|
status = 404
|