docs: fix 404 page

This commit is contained in:
Francois Andrieu 2022-01-30 18:08:29 +01:00 committed by kevin
parent efece090b8
commit 014eab1643
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
DocumentRoot /srv/web/docs-combined/
ErrorDocument 404 /_images/404.html
ErrorDocument 404 /en-US/404.html
AddType application/epub+zip .epub
AddType image/svg+xml .svg

View file

@ -1,5 +1,5 @@
DocumentRoot /srv/web/docs-combined/
ErrorDocument 404 /_images/404.html
ErrorDocument 404 /en-US/404.html
AddType application/epub+zip .epub
AddType image/svg+xml .svg