site/config/development/server.toml

14 lines
258 B
TOML
Raw Normal View History

# 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 = '/fr/404.html'
status = 404