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:
20
netlify.toml
20
netlify.toml
@ -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
|
||||
|
Reference in New Issue
Block a user