Skip to content

Commit

Permalink
Add "share" section (#2300)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaharagon committed Oct 10, 2023
1 parent 4621a11 commit 0703c5e
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 0703c5e

Please sign in to comment.