We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b3fb0 commit 3bd7c9cCopy full SHA for 3bd7c9c
2 files changed
docs/_data/team.js
@@ -9,10 +9,7 @@ export const projectManagers = [
9
{
10
avatar: 'https://www.github.com/jaapmarcus.png',
11
name: 'Jaap Marcus 🇳🇱',
12
- links: [
13
- { icon: 'github', link: 'https://github.com/jaapmarcus' },
14
- { icon: 'twitter', link: 'https://twitter.com/jaapmarcus' },
15
- ],
+ links: [{ icon: 'github', link: 'https://github.com/jaapmarcus' }],
16
},
17
18
avatar: 'https://www.github.com/Lupul.png',
docs/public/_headers
@@ -1,3 +1,11 @@
1
+/*
2
+ X-Frame-Options: DENY
3
+ X-Content-Type-Options: nosniff
4
+ Referrer-Policy: no-referrer
5
+ Permissions-Policy: document-domain=()
6
+ Content-Security-Policy: script-src 'self'; frame-ancestors 'none';
7
+
8
/assets/*
cache-control: max-age=31536000
cache-control: immutable
0 commit comments