Skip to content

Commit

Permalink
Fix security.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaharagon committed May 25, 2023
1 parent f439e0b commit db58a01
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Expand Up @@ -20,10 +20,10 @@

[build]
publish = "site/"
command = "crowdin download && mkdocs build --config-file config/mkdocs.en.yml && mkdocs build --config-file config/mkdocs.es.yml && mkdocs build --config-file config/mkdocs.he.yml && mkdocs build --config-file config/mkdocs.fr.yml && mkdocs build --config-file config/mkdocs.nl.yml && mv _redirects site/"
command = "crowdin download && mkdocs build --config-file config/mkdocs.en.yml && mkdocs build --config-file config/mkdocs.es.yml && mkdocs build --config-file config/mkdocs.he.yml && mkdocs build --config-file config/mkdocs.fr.yml && mkdocs build --config-file config/mkdocs.nl.yml && mv static/* site/"

[context.deploy-preview]
command = "mkdocs build --config-file config/mkdocs.en.yml && mv _redirects site/"
command = "mkdocs build --config-file config/mkdocs.en.yml && mv static/* site/"

[[headers]]
for = "/*"
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions _redirects → static/_redirects
Expand Up @@ -26,6 +26,7 @@
/ /en/ 302

/.well-known/matrix/* https://matrix.privacyguides.org/.well-known/matrix/:splat 200
/security.txt /.well-known/security.txt

/kb /en/basics/why-privacy-matters/
/:lang/kb /:lang/basics/why-privacy-matters/
Expand Down

0 comments on commit db58a01

Please sign in to comment.