Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix security.txt #2170

Merged
merged 1 commit into from May 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
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
/.well-known/* /well-known/:splat 200

/kb /en/basics/why-privacy-matters/
/:lang/kb /:lang/basics/why-privacy-matters/
Expand Down
File renamed without changes.