fixed 404 page redirection issue

This commit is contained in:
Somrat
2024-11-20 13:32:08 +06:00
parent c32ba3e0d7
commit b5c6d3aa76
2 changed files with 8 additions and 8 deletions

View File

@@ -7,7 +7,7 @@
# status = 404
# Default language must be last.
[[redirects]]
from = '/**'
to = '/en/404.html'
status = 404
# [[redirects]]
# from = '/**'
# to = '/en/404.html'
# status = 404