Files
Snigdha-OS.github.io/themes/hugoplate/exampleSite/config/development/server.toml
2024-05-04 00:42:33 +05:30

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