Files
hmc_site_source/config/development/server.toml
Devon dfed01d167 First pass working on frontpage
Namely testimonials and top banner
2024-09-22 17:40:15 -07:00

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