Skip to content

Commit

Permalink
updated security.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Jan 26, 2024
1 parent dcad74c commit a8e851d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 24 deletions.
3 changes: 3 additions & 0 deletions .well-known/security.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Contact: mailto:[email protected]
Expires: 2024-12-31T23:00:00.000Z
Preferred-Languages: nl, en
8 changes: 0 additions & 8 deletions pwa/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,5 @@ module.exports = {
],
},
},
{
resolve: "gatsby-plugin-security-txt",
options: {
contact: "mailto:[email protected]",
expires: "2024-12-31T23:00:00.000Z",
languages: "nl, en",
},
},
],
};
12 changes: 0 additions & 12 deletions pwa/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@
"private": true,
"description": "Product Website Template",
"author": "Conduction",
"keywords": [
"gatsby"
],
"keywords": ["gatsby"],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build --prefix-paths",
"serve": "gatsby serve",
"serve-page": "gatsby serve --prefix-paths",
"clean": "gatsby clean",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"lint": "npm-run-all lint:** ",
Expand Down Expand Up @@ -70,7 +69,6 @@
"gatsby": "^5.13.3",
"gatsby-plugin-breadcrumb": "^12.3.2",
"gatsby-plugin-layout": "^4.13.1",
"gatsby-plugin-security-txt": "^1.2.1",
"html-react-parser": "^5.1.1",
"i18next": "^23.7.19",
"jwt-decode": "^4.0.0",
Expand Down

0 comments on commit a8e851d

Please sign in to comment.