1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 09:42:35 +00:00

Create 404 Page (#2031)

This commit is contained in:
2023-02-26 12:28:44 -06:00
parent f6ca66bbb4
commit 052671197b
3 changed files with 37 additions and 2 deletions

View File

@ -248,3 +248,23 @@
[[redirects]]
from = "/linux-desktop"
to = "/desktop/"
[[redirects]]
from = "/fr/*"
to = "/fr/404/index.html"
status = 404
[[redirects]]
from = "/he/*"
to = "/he/404/index.html"
status = 404
[[redirects]]
from = "/nl/*"
to = "/nl/404/index.html"
status = 404
[[redirects]]
from = "/*"
to = "/404/index.html"
status = 404