Skip to content

Commit

Permalink
Add "share" section (#2300)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Gray <dngray@privacyguides.org>
Signed-off-by: blacklight447 <github.ef27z@simplelogin.com>
  • Loading branch information
jonaharagon authored and dngray committed Oct 24, 2023
1 parent de216b9 commit 43b346a
Show file tree
Hide file tree
Showing 6 changed files with 2,549 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ site

# Local Netlify folder
.netlify
node_modules
15 changes: 15 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,18 @@
from = "/*"
to = "/i18n/404.en.html"
status = 404

[[plugins]]
package = "@netlify/plugin-lighthouse"

[[plugins.inputs.audits]]
path = "en/index.html"

[[plugins.inputs.audits]]
path = "en/tools/index.html"

[[plugins.inputs.audits]]
path = "en/basics/why-privacy-matters/index.html"

[[plugins.inputs.audits]]
path = "en/vpn/index.html"
Loading

0 comments on commit 43b346a

Please sign in to comment.