Skip to content

Commit

Permalink
Netlify Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaharagon committed Oct 24, 2022
1 parent c4f5871 commit b5ff399
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
[build]
publish = "site/"
command = "mkdocs build --config-file mkdocs.production.yml"

[context.production.environment]
CARDS = "true"

[[redirects]]
from = "/.well-known/matrix/*"
to = "https://matrix.privacyguides.org/.well-known/matrix/:splat"
status = 200
force = true

[[redirects]]
from = "/kb"
to = "/basics/threat-modeling/"

[[redirects]]
from = "/browsers"
to = "/desktop-browsers/"

[[redirects]]
from = "/blog"
to = "https://blog.privacyguides.org"

[[redirects]]
from = "/blog/2021/12/01/firefox-privacy-2021-update"
to = "https://blog.privacyguides.org/2021/12/01/firefox-privacy-2021-update/"

[[redirects]]
from = "/blog/2021/09/14/welcome-to-privacy-guides"
to = "https://blog.privacyguides.org/2021/09/14/welcome-to-privacy-guides/"

[[redirects]]
from = "/blog/2022/06/09/hide-nothing"
to = "https://blog.privacyguides.org/2022/06/09/hide-nothing/"

[[redirects]]
from = "/blog/2022/04/04/move-fast-and-break-things"
to = "https://blog.privacyguides.org/2022/04/04/move-fast-and-break-things/"

[[redirects]]
from = "/blog/2021/11/01/virtual-insanity"
to = "https://blog.privacyguides.org/2021/11/01/virtual-insanity"

0 comments on commit b5ff399

Please sign in to comment.